Create Route transform
Is it possible to create a route that transforms a URL for slug support (While not making the user go to that url) in stuff like sveltejs/adapter-static and sveltekit. I basically want it to transforms the url from /.../[slug]/ to /.../?slug=slugvalue
0 Replies