conditional routing #10554
Unanswered
nikhil-varma-mudunuri
asked this question in
Q&A
conditional routing
#10554
Replies: 1 comment
-
You can use hooks.server.{ts,js} to redirect using Handles. https://kit.svelte.dev/docs/hooks. They are very easy to use. |
Beta Was this translation helpful? Give feedback.
0 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.
-
how can i implement conditional routing in svelteKit example: when user is logged in is should goto one route if not another
Beta Was this translation helpful? Give feedback.
All reactions