DEV Community

Discussion on: How to redirect in SvelteKit endpoints

Collapse
 
danawoodman profile image
Dana Woodman

This article was about doing server-side redirects.

For a client redirect, you could use history.back() or perhaps have a look at the navigation functions: kit.svelte.dev/docs#modules-$app-n...