mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 07:30:57 +00:00
38 lines
777 B
JSON
38 lines
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|