Can't figure out why / isn't pre-rendered in SPA mode
Here's my config:
I see this in the output while building:
But then when I inspect the output in /dist/client the only html file is _shell.html, which does not contain the content from my base route
I see this in the output while building:
But then when I inspect the output in /dist/client the only html file is _shell.html, which does not contain the content from my base route
/. Deploying and loading as a static site confirms that the shell is rendered immediately and the main content loads in afterwards. Something I'm missing or misunderstanding perhaps?