-
-
Notifications
You must be signed in to change notification settings - Fork 190
fix: add more svelte.dev redirects #595
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 ↗︎
|
here
|
(I don't understand why the second link isn't redirecting) |
(it does redirect in dev) |
I don't know either. It looks like just that one and another one that are broken: https://svelte.dev/docs/basic-markup I was going to say maybe just the reference docs work, but v4-migration-guide seems to work. It's really strange. I think I'll just move the layout redirects since they don't seem to be working |
Although I suppose leaving the layout redirect there doesn't hurt just in case there's something I overlooked |
I think I understand what's happening — the redirects need to be prerendered, and the |
continuing work on #540
It seems I duplicated some existing redirects, but I'm not sure which ones or where they live
https://svelte.dev/docs/svelte-easing already redirects, but https://svelte.dev/docs/typescript doesn't. Any idea where the first redirect lives?