Skip to content

Commit cbd7247

Browse files
committed
fix(text): correct constructor parameters for PageManager instantiation.
1 parent 3104905 commit cbd7247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const locales: Locale[] = [
2121
const defaultLocaleCode = 'en'
2222

2323
// Creating a new PageManager instance with globalLocaleRoutes
24-
const pageManagerWithGlobalRoutes = new PageManager(locales, defaultLocaleCode, 'prefix_except_default', globalLocaleRoutes, {}, false)
24+
const pageManagerWithGlobalRoutes = new PageManager(locales, defaultLocaleCode, 'prefix_except_default', globalLocaleRoutes, {}, {}, false)
2525

2626
// const pages: NuxtPage[] = [{
2727
// path: '/activity',

0 commit comments

Comments
 (0)