herbst🌵
herbst🌵
NNuxt
Created by herbst🌵 on 9/3/2024 in #❓・help
Nuxt generates both page.html and page/index.html, how can I turn off either?
Currently it seems Nuxt generates files for both servers that can serve page.html and servers that can't (which instead look for page/index.html). Other tools (e.g. sveltekit) have options for which one should be generated, but Nuxt seems to always generate both. Can I turn that off and only generate the one I actually want?
1 replies
NNuxt
Created by herbst🌵 on 8/21/2024 in #❓・help
Can't get relative paths in `nuxi generate`
When generating a static page with nuxi generate, the resulting files all have absolute references to each other. How I can generate a page with relative paths so that the resulting folder can be uploaded anywhere?
13 replies