From e15d4488276cc73d6391bcdf7049d662f836fc7d Mon Sep 17 00:00:00 2001
From: pmckinney-codat
Date: Mon, 27 Jul 2026 13:38:17 +0100
Subject: [PATCH] EXP-1609: Delete vercel.json
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
---
vercel.json | 24 ------------------------
1 file changed, 24 deletions(-)
delete mode 100644 vercel.json
diff --git a/vercel.json b/vercel.json
deleted file mode 100644
index b37d52338..000000000
--- a/vercel.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "redirects": [
- {
- "source": "/docs/angular/your-first-app/2-taking-photos",
- "destination": "/docs/angular/your-first-app/taking-photos"
- }
- ],
- "headers": [
- {
- "source": "/updates/rss.xml",
- "headers": [
- { "key": "Access-Control-Allow-Origin", "value": "*" },
- {
- "key": "Access-Control-Allow-Methods",
- "value": "GET,OPTIONS"
- },
- {
- "key": "Access-Control-Allow-Headers",
- "value": "x-datadog-origin, x-datadog-parent-id, x-datadog-sampling-priority, x-datadog-trace-id"
- }
- ]
- }
- ]
-}