website/vercel.json

44 lines
1 KiB
JSON
Raw Normal View History

2023-01-02 22:43:50 +01:00
{
2023-05-14 11:18:43 +02:00
"headers": [
{
"source": "/(.*)",
"headers": [
2023-01-06 23:14:39 +01:00
{
2023-05-14 11:18:43 +02:00
"key": "Content-Security-Policy",
"value": "img-src 'self'; font-src *; style-src 'self' 'unsafe-inline' fonts.googleapis.com; script-src 'self' 'unsafe-inline'; object-src 'none'"
2023-01-06 23:14:39 +01:00
}
2023-05-14 11:18:43 +02:00
]
}
],
"redirects": [
{
"source": "/docs",
"destination": "/docs/distools-api/introduction"
2023-05-14 11:18:43 +02:00
},
{
"source": "/docs/",
"destination": "/docs/distools-api/introduction"
},
{
"source": "/docs/distools-api",
"destination": "/docs/distools-api/introduction"
},
{
"source": "/docs/peddlerspocket",
"destination": "/docs/peddlerspocket/introduction"
},
{
"source": "/docs/discord-experiments-api",
"destination": "/docs/distools-api/introduction"
},
{
"source": "/docs/discord-experiments-api/:name",
"destination": "/docs/distools-api/:name"
},
{
"source": "/blog/:name",
"destination": "/blog/posts/:name"
2023-05-14 11:18:43 +02:00
}
]
2023-01-06 23:14:39 +01:00
}