Pre-render routes
Is it possible to pre-render routes to flat html via start? I only see docs for ssr and not ssg. We’re currently using Astro for this but would be great to consolidate everything together
2 Replies
metropolitan-bronze•10mo ago
Hello @DavidDavid Does https://tanstack.com/router/latest/docs/framework/react/start/static-prerendering answer your question ?
Static Prerendering | TanStack Router React Docs
Static Prerendering is a feature of Nitro, and while it is available in TanStack Start, we are still exploring the best practices for using it. Tread lightly! Static prerendering is the process of gen...
wise-whiteOP•10mo ago
It does, thank you!