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",
|
2024-03-12 22:36:09 +01:00
|
|
|
"destination": "/docs/dux/introduction"
|
2023-05-14 11:18:43 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/docs/",
|
2024-03-12 22:36:09 +01:00
|
|
|
"destination": "/docs/dux/introduction"
|
2023-07-15 19:10:10 +02:00
|
|
|
},
|
2024-03-12 22:43:38 +01:00
|
|
|
{
|
|
|
|
"source": "/docs/dux",
|
|
|
|
"destination": "/docs/dux/introduction"
|
|
|
|
},
|
2023-07-15 19:10:10 +02:00
|
|
|
{
|
|
|
|
"source": "/docs/peddlerspocket",
|
|
|
|
"destination": "/docs/peddlerspocket/introduction"
|
2023-06-03 21:53:59 +02:00
|
|
|
},
|
2023-06-17 20:36:40 +02:00
|
|
|
{
|
2024-03-12 22:36:09 +01:00
|
|
|
"source": "/docs/distools-api",
|
|
|
|
"destination": "/docs/dux/introduction"
|
2023-06-17 20:36:40 +02:00
|
|
|
},
|
|
|
|
{
|
2024-03-12 22:36:09 +01:00
|
|
|
"source": "/docs/distools-api/:name",
|
|
|
|
"destination": "/docs/dux/:name"
|
2023-06-17 20:36:40 +02:00
|
|
|
},
|
2023-06-03 21:53:59 +02:00
|
|
|
{
|
|
|
|
"source": "/blog/:name",
|
|
|
|
"destination": "/blog/posts/:name"
|
2023-05-14 11:18:43 +02:00
|
|
|
}
|
|
|
|
]
|
2023-01-06 23:14:39 +01:00
|
|
|
}
|