Spaces:
Sleeping
Sleeping
| { | |
| "$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" } | |
| ] | |
| } | |
| ] | |
| } | |