Replies: 1 comment 2 replies
-
This is a question, not issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using i18n different domains for a long time now (#19). I am migrating my application to nuxt 3 and I was wondering if it's possible to generate only the routes related to one locale but also have the urls for the rest of locales. So, for example:
Locales:
Page example:
nuxt config adding a new param called generateOnlyDefaultLocale
I would expect, when running generate, to only generate the file 'page' and not 'pagina' and the generated file should have meta tags to 'pagina'
Additional information
Final checks
Beta Was this translation helpful? Give feedback.
All reactions