{
"$schema": "https://openapi.vercel.sh/vercel.json",
"rewrites": [
{
"source": "/relay/static/:path(.*)",
"destination": "https://us-assets.i.posthog.com/static/:path"
},
{
"source": "/relay/array/:path(.*)",
"destination": "https://us-assets.i.posthog.com/array/:path"
},
{
"source": "/relay/:path(.*)",
"destination": "https://us.i.posthog.com/:path"
}
],
"redirects": [
{
"source": "/install.sh",
"has": [{ "type": "host", "value": "get.forgedb.dev" }],
"destination": "https://github.com/hoodiecollin/forgedb/releases/latest/download/forgedb-installer.sh",
"permanent": false
},
{
"source": "/",
"has": [{ "type": "host", "value": "get.forgedb.dev" }],
"destination": "https://github.com/hoodiecollin/forgedb/releases/latest/download/forgedb-installer.sh",
"permanent": false
}
]
}