We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08032db commit a8e646bCopy full SHA for a8e646b
src/module.ts
@@ -200,6 +200,8 @@ export default defineNuxtModule<ModuleOptions>({
200
disablePageLocales: options.disablePageLocales ?? false,
201
canonicalQueryWhitelist: options.canonicalQueryWhitelist ?? [],
202
excludePatterns: options.excludePatterns ?? [],
203
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
204
+ // @ts-ignore
205
routeLocales: routeLocales,
206
}
207
0 commit comments