docs: add new redirects to vercel.json#6266
Conversation
|
Deployment failed with the following error: Learn More: https://vercel.link/invalid-route-source-pattern |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
Removed duplicate entries for staged rollouts and fixed error in kubernetes URL.
|
robertnorrie commented: |
There was a problem hiding this comment.
Bug: Duplicate Redirects: Streamline Configuration
Duplicate redirect for /clients/server-side exists at both line 488 and line 676 with identical destinations. The duplicate entry is redundant and could cause confusion during maintenance.
docs/vercel.json#L487-L489
Lines 487 to 489 in d79ceba
Bug: Redirect Duplication Causes Inconsistent Navigation.
Duplicate redirect for /basic-features exists at both line 508 and line 684, but with different destinations: line 509 has flagsmith-concepts/data-model (missing leading slash) while line 685 has /flagsmith-concepts/data-model. This creates inconsistent redirect behavior.
docs/vercel.json#L507-L509
Lines 507 to 509 in d79ceba
matthewelwell
left a comment
There was a problem hiding this comment.
I've added a bunch of specific changes that are needed, but the formatting is also off - make sure you run the json linter.
Fixed errors and added new LD importer redirect.
|
robertnorrie commented: |
Thanks for submitting a PR! Please check the boxes below:
docs/if required so people know about the feature!Changes
Added docs redirects to vercel.json
How did you test this code?
N/A
Please describe.