Browse Source

Remove redirects from vercel.json

master
Luke Childs 2 years ago
parent
commit
3370653085
  1. 16
      vercel.json

16
vercel.json

@ -4,19 +4,5 @@
"api/index.js": { "api/index.js": {
"includeFiles": "views/*" "includeFiles": "views/*"
} }
}, }
"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
}
]
} }
Loading…
Cancel
Save