How to add routing to a Vite VanillaJS app?
Is there a way to have native (i.e. without js) routing in a VanillaJS Vite app? I just want to have an
index.html
which contains <a href=/about>
that links to about.html
.
I could do it with JS but I really want to keep native routing.0 Replies