Replies: 1 comment 3 replies
-
Thank you for your interest in the project |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I gave sv-router a testrun on a project and really like it's design and features. But unfortunately I stumbled across an issue that actually makes it unusable for our use case.
We bundle a svelte app with a desktop application and show it in an embedded browser window serving the index.html directly from disk using a file:// url (much like electron would do it), meaning there is no webserver that's serving index.html for all requested paths.
Now I'm running into the issue that I can't get routing to work. Am I missing something or is it really not possible to match routes based on the hash part of the url?
If it's currently no possible I'd would also be willing to contribute this functionality but before implementing it, I wanted to make sure it's not ouf of scope for the project.
Beta Was this translation helpful? Give feedback.
All reactions