Hey everyone! Happy to be here, thanks for the awesome experience Qwik provides. I'm currently learning a lot about the framework and used my personal "blog" (more like a test environment) for the first steps.
I've got a question: When I add the qwik add "Static Site" package and compile it, it successfully puts everything into the "/dist" folder. I can run this stuff for example with the npmjs "http-server" package and it works. However, when I change routes, it does not apply the path to the URL. Is it intended and what can I do, so that it updates the URL? You can have a look at the behavior at felixlemke.dev (as mentioned, it's my testing project). That's the hosted output of the "/dist" folder on Vercel and behaves exactly the same as running the app with the "http-server" package.
My expectation would be that when I click for example on "Blog" the URL changes to felixlemke.dev/blog, however it remains felixlemke.dev.
Any help would be very much appreciated. Thanks a lot in advance!