{ "$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" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=()" } ] }, { "source": "/style.css", "headers": [ { "key": "Cache-Control", "value": "public, max-age=3600, must-revalidate" } ] } ] }