Skip to content

Commit

Permalink
fix: remove vercel header rewrite (#1463) (#1480)
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei authored Nov 7, 2024
1 parent 16b5349 commit 94971da
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,41 +59,17 @@
"source": "/vendor/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=604800, immutable"
},
{
"key": "CDN-Cache-Control",
"value": "max-age=604800"
},
{
"key": "Vercel-CDN-Cache-Control",
"value": "max-age=604800"
},
{
"key": "Cloudflare-CDN-Cache-Control",
"value": "max-age=604800"
"key": "Cache-Tag",
"value": "follow-assets"
}
]
},
{
"source": "/assets/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=604800, immutable"
},
{
"key": "CDN-Cache-Control",
"value": "max-age=604800"
},
{
"key": "Vercel-CDN-Cache-Control",
"value": "max-age=604800"
},
{
"key": "Cloudflare-CDN-Cache-Control",
"value": "max-age=604800"
"key": "Cache-Tag",
"value": "follow-assets"
}
]
}
Expand Down

0 comments on commit 94971da

Please sign in to comment.