You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
703 B

{
"rewrites": [{ "source": "/(.*)", "destination": "/api" }],
"functions": {
"api/index.js": {
"includeFiles": "views/*"
}
2 years ago
},
"redirects": [
{
"source": "/:path(.*)",
"has": [
{"type": "host", "value": "onionite.now.sh"},
{"type": "host", "value": "onionite.vercel.app"},
{"type": "host", "value": "onionite.lukechilds.co.uk"},
{"type": "host", "value": "onionite.lukechilds.co"},
{"type": "host", "value": "onionite.lu.ke"}
],
"destination": "https://onionite.net/:path*",
"permanent": true
}
]
}