Spaces:
Running
Running
| { | |
| "version": 2, | |
| "cleanUrls": true, | |
| "trailingSlash": false, | |
| "headers": [ | |
| { | |
| "source": "/(.*)", | |
| "headers": [ | |
| { "key": "X-Content-Type-Options", "value": "nosniff" }, | |
| { "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" } | |
| ] | |
| }, | |
| { | |
| "source": "/samples/(.*)", | |
| "headers": [ | |
| { "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } | |
| ] | |
| } | |
| ] | |
| } | |