i18n not working with static site generation
Hi,
i try to create static sites (ssr:false).
When i launch the site i hit: "GET file:///i18n-config-3b43adf8.js net::ERR_FILE_NOT_FOUND"
This file is not generated at all, but a familar one: "i18n.config.64f65730.js".
Originated from: "i18n.options.2fc0184e.js" , find the code below.
Running in dev mode everything running smooth..
In this static mode, there is not vite at all involved (file://).
Not sure how to tackle this one, any idea much appreciated.
1 Reply
GitHub
SSG with i18n missing import · Issue #20518 · nuxt/nuxt
Environment Operating System: Linux Node Version: v16.14.2 Nuxt Version: 3.4.2 Nitro Version: 2.3.3 Package Manager: [email protected] Builder: vite User Config: srcDir, ssr, typescript, hooks, build, c...