NuxtN
Nuxt13mo ago
4 replies
PC_001

Nuxt i18n pages:extend

Is there a way to avoid automatic localization of routes that are pushed within the pages:extend hook ?

While using those settings:

    strategy: 'no_prefix',
    customRoutes: 'config',
    multiDomainLocales: false,
    differentDomains: true,
    detectBrowserLanguage: false,


Id like to inject myself the localized routes from custom routes.
Was this page helpful?