-
Notifications
You must be signed in to change notification settings - Fork 789
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
hack to be able to test redirects #5512
hack to be able to test redirects #5512
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This PR probably requires the following redirects to be added to vercel.json:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Undo before merge:
"source": "/
=>"source": "/docs/
"destination": "/
=>"destination": "/docs/
"destination": "https://www.prisma.io/pricing" | ||
}, | ||
{ | ||
"source": "/docs/data-platform/classic-projects/platform/billing/manage-plans", | ||
"source": "/data-platform/classic-projects/platform/billing/manage-plans", | ||
"destination": "https://www.prisma.io/pricing" | ||
}, | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is where new redirects start.
Builds on top of #5508