Hi all π I have a quick question I've been battling for about 5 hours now.
I'm looking at a Hybrid of Static rendered pages 1 of which is the index.html and then the user account being Vite Vue Router. After a battle I figure start from the beginning and just change a newely created vite rout project and merely change the index.html to app.html. After tinkering I managed to get it to work on going to 'localhost:5173/app' but if I try to go directly to 'localhostL5173/about' it 404's because it still wants to point at '/'.
Anyhow, I guess as the title says, is this possible and do you need any more details from me about this?
Thank you very much in advance
DKSubconscious