Closed chefjackson closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 20, 2024 2:16pm |
Latest commit: 86b51b0936247386a40799c84c85c2b284440731
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
PR-Codex overview
This PR updates the
rewrites
function innext.config.mjs
to include a new structure for handling URL rewrites, addingbeforeFiles
andafterFiles
sections, and introduces several new rewrite rules for deprecated endpoints.Detailed summary
rewrites
function from an array to an object.afterFiles
section with existing rewrite rules for/info/token/:address
,/info/pool/:address
, and/.well-known/vercel/flags
.beforeFiles
section with new rewrite rules for deprecated endpoints at/info/v3
and its sub-paths.