nuxt-modules / i18n

I18n module for Nuxt
https://i18n.nuxtjs.org
MIT License
1.75k stars 483 forks source link

Content folders not created when generating for static hosting #2819

Open kilianseitz opened 8 months ago

kilianseitz commented 8 months ago

Environment


Reproduction

https://github.com/kilianseitz/example

Describe the bug

We use nuxt-content with nuxt-i18n

For my project, I need to have two content folders for English and German. When I use 'build' or 'dev', the folders are created and the content is rendered correctly , but when I use 'generate', they are not generated and not rendered.