Skip to content

Commit 08032db

Browse files
committed
refactor(text): update PageManager instantiation parameters
1 parent 75d0726 commit 08032db

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)