mirror of
https://github.com/apricote/apricote.de.git
synced 2026-01-13 12:51:00 +00:00
feat: configure vercel options
This commit is contained in:
parent
d78191f23c
commit
9fe6208677
1 changed files with 19 additions and 0 deletions
19
vercel.json
Normal file
19
vercel.json
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"build": {
|
||||||
|
"env": {
|
||||||
|
"HUGO_VERSION": "0.110.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buildCommand": {},
|
||||||
|
"headers": [
|
||||||
|
{
|
||||||
|
"source": "/(.*)",
|
||||||
|
"headers": [
|
||||||
|
{
|
||||||
|
"key": "Permissions-Policy",
|
||||||
|
"value": "interest-cohort=()"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue