Skip to content

Commit

Permalink
Get rid of config files in vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Jan 14, 2025
1 parent c8d43d3 commit 5b47c03
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,32 +26,6 @@
}
]
},
{
"source": "/config.json",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache;"
},
{
"key": "Content-Security-Policy",
"value": "frame-ancestors 'self' docs.authzed.com authzed.com www.authzed.com;"
}
]
},
{
"source": "/config-env.js",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache;"
},
{
"key": "Content-Security-Policy",
"value": "frame-ancestors 'self' docs.authzed.com authzed.com www.authzed.com;"
}
]
},
{
"source": "/(.*)",
"headers": [
Expand Down

0 comments on commit 5b47c03

Please sign in to comment.