apricote.de/vercel.json

19 lines
255 B
JSON
Raw Permalink Normal View History

2023-02-18 18:36:18 +01:00
{
"build": {
"env": {
2025-05-04 03:16:47 +02:00
"HUGO_VERSION": "0.147.1"
2023-02-18 18:36:18 +01:00
}
},
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Permissions-Policy",
"value": "interest-cohort=()"
}
]
}
]
}