Files
e2b-dev--e2b/apps/web/vercel.json
T
2024-08-03 08:26:05 +02:00

90 lines
1.8 KiB
JSON

{
"github": {
"silent": true
},
"trailingSlash": false,
"redirects": [
{
"source": "/careers",
"destination": "https://e2bdev.notion.site/Careers-at-E2B-2163f176991f43f69b0984bf2a142920",
"permanent": true
},
{
"source": "/docs",
"has": [
{
"type": "query",
"key": "reason",
"value": "sdk-missing-api-key"
}
],
"destination": "/docs?ref=sdk-missing-api-key&reason=",
"permanent": true
},
{
"source": "/",
"has": [
{
"type": "host",
"value": "blog.e2b.dev"
}
],
"destination": "https://e2b.dev/blog",
"permanent": true
},
{
"source": "/:path*",
"has": [
{
"type": "host",
"value": "blog.e2b.dev"
}
],
"destination": "https://e2b.dev/blog/:path*",
"permanent": true
},
{
"source": "/log/:path*",
"destination": "https://e2b.dev/blog/:path*",
"permanent": true
},
{
"source": "/blog/log/:path*",
"destination": "https://e2b.dev/blog/:path*",
"permanent": true
},
{
"source": "/",
"has": [
{
"type": "host",
"value": "changelog.e2b.dev"
}
],
"destination": "https://e2b.dev/changelog",
"permanent": true
},
{
"source": "/",
"has": [
{
"type": "host",
"value": "docs.e2b.dev"
}
],
"destination": "https://e2b.dev/docs",
"permanent": true
},
{
"source": "/:path*",
"has": [
{
"type": "host",
"value": "docs.e2b.dev"
}
],
"destination": "https://e2b.dev/docs/:path*",
"permanent": true
}
]
}