Files
archived-next-auth/docs/vercel.json
2022-12-16 14:22:51 +01:00

84 lines
1.7 KiB
JSON

{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "DENY"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
}
]
}
],
"redirects": [
{
"source": "/schemas/models",
"destination": "/adapters/models",
"permanent": true
},
{
"source": "/schemas/mysql",
"destination": "/adapters/typeorm/mysql",
"permanent": true
},
{
"source": "/schemas/postgres",
"destination": "/adapters/typeorm/postgres",
"permanent": true
},
{
"source": "/schemas/mssql",
"destination": "/adapters/typeorm/mssql",
"permanent": true
},
{
"source": "/schemas/mongodb",
"destination": "/adapters/typeorm/mongodb",
"permanent": true
},
{
"source": "/schemas/adapters",
"destination": "/adapters/overview",
"permanent": true
},
{
"source": "/",
"has": [
{
"type": "host",
"value": "sveltekit.authjs.dev"
}
],
"destination": "https://authjs.dev/reference/sveltekit/"
},
{
"source": "/:path(.*)",
"has": [
{
"type": "host",
"value": "errors.authjs.dev"
}
],
"destination": "https://authjs.dev/reference/errors/:path*"
},
{
"source": "/:path(.*)",
"has": [
{
"type": "host",
"value": "warnings.authjs.dev"
}
],
"destination": "https://authjs.dev/reference/warnings/:path*"
}
]
}