Initial commit: RHINE LAB · ANALYSIS OS:三维界面与动效实验(本仓库不含个人归档索引数据)
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||
"buildCommand": "npm run build",
|
||||
"outputDirectory": "dist",
|
||||
"headers": [
|
||||
{
|
||||
"source": "/fonts/misans-webfont-4.3.1/(.*)",
|
||||
"headers": [{ "key": "Cache-Control", "value": "public, max-age=31536000, immutable" }]
|
||||
},
|
||||
{
|
||||
"source": "/assets/:file(archive-(?:cassette|assembly)\\.[a-f0-9]{16}\\.glb)",
|
||||
"headers": [{ "key": "Cache-Control", "value": "public, max-age=31536000, immutable" }]
|
||||
},
|
||||
{
|
||||
"source": "/update(.*)",
|
||||
"headers": [{ "key": "Cache-Control", "value": "no-cache, no-store, must-revalidate" }]
|
||||
},
|
||||
{
|
||||
"source": "/sw.js",
|
||||
"headers": [{ "key": "Cache-Control", "value": "no-cache, no-store, must-revalidate" }]
|
||||
},
|
||||
{
|
||||
"source": "/manifest.webmanifest",
|
||||
"headers": [{ "key": "Cache-Control", "value": "no-cache, must-revalidate" }]
|
||||
},
|
||||
{
|
||||
"source": "/pwa-build.json",
|
||||
"headers": [{ "key": "Cache-Control", "value": "no-cache, must-revalidate" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user