Files
FastGPT/docSite/vercel.json
2023-10-09 15:03:07 +08:00

49 lines
912 B
JSON

{
"redirects": [
{
"source": "/",
"destination": "/docs"
}
],
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "geolocation=(self), microphone=()"
}
]
},
{
"source": "/docs/fonts/:all*(woff2)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
],
"trailingSlash": true,
"github": {
"enabled": false
}
}