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" - } - ] - } - ] -}