herbst🌵
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