From 3370653085ab4a0c2394f0dbeaacbf1622de3ba2 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Mon, 23 Jan 2023 23:35:19 +0000 Subject: [PATCH] Remove redirects from vercel.json --- vercel.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/vercel.json b/vercel.json index 25984f4..50beddc 100644 --- a/vercel.json +++ b/vercel.json @@ -4,19 +4,5 @@ "api/index.js": { "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 - } - ] + } } \ No newline at end of file