how to make SSG use dynamic client-side routing instead of full page refresh?
I tried pre-rendering with
I'm guessing this means solid-start doesn't have client-side routing in SSG mode?
server.prerender.crawLinks = true in app.config.ts, but when I change pages, each page does a non-ideal full page refresh.I'm guessing this means solid-start doesn't have client-side routing in SSG mode?
