How to generate html page for defined routes in build?
Been playing around with Tanstack router + Vite but noticed that even if multiple routes are defined, running build still only generates a single root level html. Given it has route info, I’d expected it to auto add those entry points. How are people achieving a MPA that hands off and behaves as SPA once hydrated?
0 Replies