-
Notifications
You must be signed in to change notification settings - Fork 110
Fix Stacks redirects #1084
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
Fix Stacks redirects #1084
Conversation
Vercel Previews Deployed
|
Broken Link CheckerNo broken links found! 🎉 |
| // Catching the google redirects until a re-index | ||
| { | ||
| "source": "/terraform/language/v:version(1\\.(?:9|1[0-2])\\.x)/block/stack/component_configuration", | ||
| "source": "/terraform/language/:version/block/stack/deploy/:slug*", |
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 will catch any accidental redirects in the meantime, until google rescrawls things
| "destination": "/terraform/language/block/stack/tfdeploy", | ||
| "permanent": true | ||
| }, | ||
| { |
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.
Catching the google redirects in the meantime
rkoron007
left a comment
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.
Looks great and tested!
No description provided.