From 11e439616c7e7a472f74f822b1f9fc17e080f420 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 15 Nov 2025 19:24:28 +0000 Subject: [PATCH] completionId: cgen-f6dba83251004725a224251d35d03384 cgen-f6dba83251004725a224251d35d03384 --- vercel.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/vercel.json b/vercel.json index 4b2cfc92..ae265070 100644 --- a/vercel.json +++ b/vercel.json @@ -2,6 +2,38 @@ "version": 2, "buildCommand": "npm ci && npm run build", "outputDirectory": "dist/spa", + "redirects": [ + { + "source": "/:path(.*)", + "has": [{ "type": "host", "value": "aethex.app" }], + "destination": "https://aethex.dev/:path", + "permanent": true + }, + { + "source": "/:path(.*)", + "has": [{ "type": "host", "value": "aethex.locker" }], + "destination": "https://aethex.dev/:path", + "permanent": true + }, + { + "source": "/:path(.*)", + "has": [{ "type": "host", "value": "aethex.studio" }], + "destination": "https://aethex.dev/ethos/:path", + "permanent": true + }, + { + "source": "/:path(.*)", + "has": [{ "type": "host", "value": "aethex.info" }], + "destination": "https://aethex.dev/foundation/:path", + "permanent": true + }, + { + "source": "/:path(.*)", + "has": [{ "type": "host", "value": "aethex.site" }], + "destination": "https://aethex.me", + "permanent": true + } + ], "rewrites": [ { "source": "/api/(.*)", "destination": "/api/$1" }, { "source": "/(.*)", "destination": "/index.html" }