mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-25 01:46:29 +08:00
deploy
This commit is contained in:
parent
bb658ddc98
commit
10cb7f0e26
4 changed files with 7 additions and 5 deletions
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",
|
"source": "/auth",
|
||||||
"status": 403,
|
"headers": [
|
||||||
"headers": {
|
{
|
||||||
"Cache-Control": "no-store"
|
"key": "Cache-Control",
|
||||||
}
|
"value": "public, max-age=31536000, immutable"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Binary file not shown.
Loading…
Reference in a new issue