-
I am trying to create a svelte application with basic routing using svelte-routing. I can't seem to get it working. I keep getting 404 errors when clicking between pages. Here is a basic concept of what I'm trying to accomplish.
Does anyone have any ideas how to accomplish this? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
adamzman
May 11, 2023
Replies: 1 comment
-
I was able to come by a different solution using hash based routing. svelte-spa-router is a good library to achieve this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TotallyInformation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to come by a different solution using hash based routing. svelte-spa-router is a good library to achieve this.