mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
1
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -25,3 +25,6 @@ pnpm-debug.log*
|
||||
package-lock.json
|
||||
bun.lockb
|
||||
yarn.lock
|
||||
|
||||
.vscode
|
||||
|
||||
|
||||
14
vercel.json
14
vercel.json
@@ -5,7 +5,19 @@
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "no-store"
|
||||
"value": "no-cache, no-store, must-revalidate, max-age=0"
|
||||
},
|
||||
{
|
||||
"key": "Pragma",
|
||||
"value": "no-cache"
|
||||
},
|
||||
{
|
||||
"key": "Expires",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"key": "Vercel-CDN-Cache-Control",
|
||||
"value": "no-cache, no-store, must-revalidate, max-age=0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user