When you have a route with a path parameter you won't be able to navigate to the route if your path parameter value contains a dot.
In the readme there is a reference for sirv, but I use vite. Who can help me to solve the problem?
Yes, this is an issue with vite. You can try to work around that by url encoding the "." character with "%2e".
Other than that please file an issue with vite if there isn't one already.
When you have a route with a path parameter you won't be able to navigate to the route if your path parameter value contains a dot. In the readme there is a reference for sirv, but I use vite. Who can help me to solve the problem?