EXP-1609: Delete vercel.json - #1863
Merged
Merged
Conversation
Inert once docs.codat.io serves from GitHub Pages: the redirect target never existed, and the CORS headers on /updates/rss.xml are dead config (the portal's RSS fetch stopped sending Datadog headers when RUM was removed in Sep 2025, PEP-141). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
pmckinney-codat
marked this pull request as ready for review
July 27, 2026 13:15
pmckinney-codat
enabled auto-merge
July 27, 2026 13:16
brettdorrans
approved these changes
Jul 27, 2026
|
Link check results for preview deployment (https://codat-docs-git-exp-1609-delete-vercel-json-codat.vercel.app): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cutover complete (27 Jul): docs.codat.io serves from GitHub Pages, so
vercel.jsonis now inert.Post-cutover cleanup for EXP-1609: deletes
vercel.json, which becomes inert once DNS points at Pages (infrastructure-as-code#1467).Why it's safe to delete rather than port:
/docs/angular/your-first-app/2-taking-photos) points at a page that has never existed in this repo — Ionic-template leftover./updates/rss.xmlare dead config: the only consumer (the portal's "What's New" dropdown) stopped sendingx-datadog-*headers when portal-ui removed Datadog RUM (PEP-141, Sep 2025). Its plain GET is covered by GitHub Pages' defaultaccess-control-allow-origin: *.Merging also stops Vercel's now-pointless auto-deploys from
mainfailing over a missing config. The Vercel project itself is decommissioned separately in infrastructure-as-code#1468.🤖 Generated with Claude Code