fix: remove vercel header rewrite (#1463) (#1480)

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2024-11-07 23:00:11 +08:00 committed by GitHub
parent 16b5349c3d
commit 94971dad4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 28 deletions

View File

@ -59,20 +59,8 @@
"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"
}
]
},
@ -80,20 +68,8 @@
"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"
}
]
}