We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for taking the time to fill out this feature request!
The generated output should follow the i18n custom path set in i18n config. https://stackblitz.com/edit/nuxt-starter-i18n-timothe-kab8ad?file=nuxt.config.ts,pages/index.vue,package.json Would be nice to work with defineI18nRoute macro too
export default defineNuxtConfig({ ... i18n: { strategy: 'prefix_except_default', customRoutes: 'config', pages: { index: { fr: '/', en: '/home', }, other: { fr: '/autre-page', en: '/other-page', }, }, }, robots: { allow: ['/'], disallow: ['/other'], },
User-agent: * Allow: / Allow: /en/ Disallow: /other Disallow: /en/other
User-agent: * Allow: / Allow: /en/home Disallow: /autre-page Disallow: /en/other-page
The text was updated successfully, but these errors were encountered:
Hi, I agree this should be supported as the Sitemap module does support this.
PRs welcome otherwise will attempt when I have a chance.
Sorry, something went wrong.
No branches or pull requests
Thank you for taking the time to fill out this feature request!
Description
The generated output should follow the i18n custom path set in i18n config.
https://stackblitz.com/edit/nuxt-starter-i18n-timothe-kab8ad?file=nuxt.config.ts,pages/index.vue,package.json
Would be nice to work with defineI18nRoute macro too
Input
Actual output
Expected output
The text was updated successfully, but these errors were encountered: