diff --git a/vercel.json b/vercel.json index 16f76d4b..33c8d11d 100644 --- a/vercel.json +++ b/vercel.json @@ -53,28 +53,6 @@ } ], "rewrites": [ - { - "source": "/:path(.*)", - "has": [{ "type": "host", "value": "*.aethex.me" }], - "missing": [{ "type": "header", "key": "x-vercel-rewrite-override" }], - "destination": "/index.html" - }, - { - "source": "/:path(.*)", - "has": [{ "type": "host", "value": "*.aethex.space" }], - "missing": [{ "type": "header", "key": "x-vercel-rewrite-override" }], - "destination": "/index.html" - }, - { - "source": "/api/:path(.*)", - "has": [{ "type": "host", "value": "*.aethex.me" }], - "destination": "/api/:path" - }, - { - "source": "/api/:path(.*)", - "has": [{ "type": "host", "value": "*.aethex.space" }], - "destination": "/api/:path" - }, { "source": "/", "destination": "/index.html" }, { "source": "/login", "destination": "/index.html" }, { "source": "/login/:path*", "destination": "/index.html" },