INIT (I swear I will never re-init this repo again)
This commit is contained in:
commit
3db85006cc
105 changed files with 16927 additions and 0 deletions
24
vercel.json
Normal file
24
vercel.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"build": {
|
||||
"env": {
|
||||
"HUGO_VERSION": "0.141.0",
|
||||
"HUGO_ENV": "production",
|
||||
"HUGO_ENABLEGITINFO": "true"
|
||||
}
|
||||
},
|
||||
"headers": [
|
||||
{
|
||||
"source": "(.*)",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "public, s-maxage=86400, max-age=86400"
|
||||
},
|
||||
{
|
||||
"key": "Vercel-CDN-Cache-Control",
|
||||
"value": "max-age=31536000"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue