MQL5-Google-Onedrive/vercel.json

38 righe
777 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"version": 2,
"name": "mql5-google-onedrive-docs",
"buildCommand": "echo 'No build needed for static site'",
"outputDirectory": "public",
"public": true,
"cleanUrls": true,
"trailingSlash": false,
"git": {
"deploymentEnabled": true
},
"redirects": [
{
"source": "/docs/:path*",
"destination": "/documentation/:path*"
}
],
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "DENY"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
}
]
}
]
}