Prerender not working when using TanStack Start with Nitro v2 plugin
Hi, I’m trying to prerender pages using tanstack-start + Nitro v2 plugin, but prerendering doesn’t generate any static output.
Here’s my vite.config.ts:
Expected: Nitro prerenders /docs into a static HTML file.
Actual: The build finishes successfully, but only the server output is generated (.output/server). No prerendered HTML files are created.
Has anyone successfully used prerendering with Nitro v2 + tanstack-start?
Any hints would be appreciated.
Here’s my vite.config.ts:
Expected: Nitro prerenders /docs into a static HTML file.
Actual: The build finishes successfully, but only the server output is generated (.output/server). No prerendered HTML files are created.
Has anyone successfully used prerendering with Nitro v2 + tanstack-start?
Any hints would be appreciated.