-
-
Notifications
You must be signed in to change notification settings - Fork 187
Add kit.svelte.dev redirect app #531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Rather than adding a whole SvelteKit app, what if we just had a |
makes sense. according to the docs, this should work:
though I'm not sure where to put such a thing. Do I switch to |
you put it in the root of the redirect app (honestly unsure if you need anything at all besides that) |
If we can use |
lemme try out a test project real quick |
Confident that we can just put up a |
Yeah, I just tried it out and it works, will open a PR |
awesome. thanks! |
No description provided.