So the thing is that I use SolidStart with CSR mode (w/index.html so vite-plugin-pwa detects it)
On development, Title is working.
On production, it doesn't.
It always keep the index.html title and never updates it, probably because when looking at the DevTools, I can see 2 <title> elements - the one from my index.html and the one from SolidStart.
Any work around?