Files
e2b-dev--e2b/apps/reverse-proxy/vercel.json
T
2024-04-24 11:58:35 -07:00

138 lines
2.7 KiB
JSON

{
"github": {
"silent": true
},
"trailingSlash": false,
"rewrites": [
{
"source": "/_vercel/insights/:path*",
"destination": "https://e2b-docs.vercel.app/_vercel/insights/:path*",
"has": [
{
"type": "host",
"value": "e2b.dev"
}
]
},
{
"source": "/docs(\\/)?",
"destination": "https://e2b-docs.vercel.app/docs",
"has": [
{
"type": "host",
"value": "e2b.dev"
}
]
},
{
"source": "/docs/:path*",
"destination": "https://e2b-docs.vercel.app/docs/:path*",
"has": [
{
"type": "host",
"value": "e2b.dev"
}
]
}
],
"redirects": [
{
"source": "/careers",
"destination": "https://e2bdev.notion.site/Careers-at-E2B-2163f176991f43f69b0984bf2a142920",
"permanent": true
},
{
"source": "/docs",
"has": [
{
"type": "host",
"value": "e2b.dev"
},
{
"type": "query",
"key": "reason",
"value": "sdk-missing-api-key"
}
],
"destination": "https://e2b.dev/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*",
"has": [
{
"type": "host",
"value": "e2b.dev"
}
],
"permanent": true
},
{
"source": "/blog/log/:path*",
"destination": "https://e2b.dev/blog/:path*",
"has": [
{
"type": "host",
"value": "e2b.dev"
}
],
"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
}
]
}