Spaces:
Sleeping
Sleeping
File size: 334 Bytes
d86db02 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"$schema": "https://openapi.vercel.sh/vercel.json",
"cleanUrls": true,
"trailingSlash": false,
"headers": [
{
"source": "/(.*)",
"headers": [
{ "key": "X-Content-Type-Options", "value": "nosniff" },
{ "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" }
]
}
]
}
|