You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1, I have my personal local file path hard-coded into all generated pages on a production site (yeety.be, just search "/Users" in the source-code of any page)
Environment
Nuxt:: ^3.12.2
@nuxtjs/i18n: ^8.5.5
Reproduction
My nuxt.config.js:
Then I generate using npm run generate.
Describe the bug
I have following nuxt.config.js (snippet)
When I do an npm run generate, my index.html content for the nuxt config portion has configLocales that contains absolute path:
How do I fix this?
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: