mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-02 02:02:57 +08:00
deploy
This commit is contained in:
Binary file not shown.
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
12
vercel.json
12
vercel.json
@@ -91,11 +91,13 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"src": "/auth",
|
||||
"status": 403,
|
||||
"headers": {
|
||||
"Cache-Control": "no-store"
|
||||
}
|
||||
"source": "/auth",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "public, max-age=31536000, immutable"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user