From a57cdb029a6ccfdb350bfeef04be79d5535b3ce3 Mon Sep 17 00:00:00 2001 From: AeThex Date: Tue, 14 Apr 2026 23:54:54 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20remove=20vercel.json=20=E2=80=94=20sit?= =?UTF-8?q?e=20now=20served=20from=20VPS=20Docker=20container?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- vercel.json | 160 ---------------------------------------------------- 1 file changed, 160 deletions(-) delete mode 100644 vercel.json diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 9f4d93f6..00000000 --- a/vercel.json +++ /dev/null @@ -1,160 +0,0 @@ -{ - "version": 2, - "buildCommand": "npm run build", - "outputDirectory": "dist/spa", - "functions": { - "api/**/*.ts": { - "memory": 1024, - "maxDuration": 30 - } - }, - "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.dev/:path", - "permanent": true - }, - { - "source": "/", - "has": [{ "type": "host", "value": "aethex.me" }], - "destination": "https://aethex.dev/", - "permanent": true - }, - { - "source": "/", - "has": [{ "type": "host", "value": "aethex.space" }], - "destination": "https://aethex.dev/", - "permanent": true - }, - { - "source": "/feed", - "destination": "/community/feed", - "permanent": true - } - ], - "rewrites": [ - { - "source": "/:path(.*)", - "has": [{ "type": "host", "value": "(?.+)\\.discordsays\\.com" }], - "destination": "/index.html" - }, - { - "source": "/:path(.*)", - "has": [{ "type": "host", "value": "(?.+)\\.aethex\\.me" }], - "destination": "/index.html" - }, - { - "source": "/:path(.*)", - "has": [{ "type": "host", "value": "(?.+)\\.aethex\\.space" }], - "destination": "/index.html" - }, - { - "source": "/api/:path(.*)", - "destination": "/api/:path" - }, - { "source": "/", "destination": "/index.html" }, - { "source": "/login", "destination": "/index.html" }, - { "source": "/login/:path*", "destination": "/index.html" }, - { "source": "/dashboard", "destination": "/index.html" }, - { "source": "/dashboard/:path*", "destination": "/index.html" }, - { "source": "/profile", "destination": "/index.html" }, - { "source": "/profile/:path*", "destination": "/index.html" }, - { "source": "/activity", "destination": "/index.html" }, - { "source": "/activity/", "destination": "/index.html" }, - { "source": "/activity/:path*", "destination": "/index.html" }, - { "source": "/admin", "destination": "/index.html" }, - { "source": "/admin/:path*", "destination": "/index.html" }, - { "source": "/creators", "destination": "/index.html" }, - { "source": "/creators/:path*", "destination": "/index.html" }, - { "source": "/opportunities", "destination": "/index.html" }, - { "source": "/opportunities/:path*", "destination": "/index.html" }, - { "source": "/nexus", "destination": "/index.html" }, - { "source": "/nexus/:path*", "destination": "/index.html" }, - { "source": "/foundation", "destination": "/index.html" }, - { "source": "/foundation/:path*", "destination": "/index.html" }, - { "source": "/gameforge", "destination": "/index.html" }, - { "source": "/gameforge/:path*", "destination": "/index.html" }, - { "source": "/labs", "destination": "/index.html" }, - { "source": "/labs/:path*", "destination": "/index.html" }, - { "source": "/corp", "destination": "/index.html" }, - { "source": "/corp/:path*", "destination": "/index.html" }, - { "source": "/devlink", "destination": "/index.html" }, - { "source": "/devlink/:path*", "destination": "/index.html" }, - { "source": "/community", "destination": "/index.html" }, - { "source": "/community/:path*", "destination": "/index.html" }, - { "source": "/developers", "destination": "/index.html" }, - { "source": "/developers/:path*", "destination": "/index.html" }, - { "source": "/discord-verify", "destination": "/index.html" }, - { "source": "/discord-verify/:path*", "destination": "/index.html" }, - { "source": "/ethos", "destination": "/index.html" }, - { "source": "/ethos/:path*", "destination": "/index.html" }, - { "source": "/:path*", "destination": "/index.html" } - ], - "headers": [ - { - "source": "/assets/(.*)", - "headers": [ - { - "key": "Cache-Control", - "value": "public, max-age=31536000, immutable" - } - ] - }, - { - "source": "/(.*).(css|js|png|jpg|jpeg|gif|svg|webp|ico|woff2)", - "headers": [ - { - "key": "Cache-Control", - "value": "public, max-age=31536000, immutable" - } - ] - }, - { - "source": "/api/(.*)", - "headers": [{ "key": "Cache-Control", "value": "no-store" }] - }, - { - "source": "/(.*)", - "headers": [ - { "key": "X-Content-Type-Options", "value": "nosniff" }, - { - "key": "Referrer-Policy", - "value": "strict-origin-when-cross-origin" - }, - { - "key": "Permissions-Policy", - "value": "geolocation=(), microphone=(), camera=()" - }, - { - "key": "Content-Security-Policy", - "value": "default-src 'self' https: data: blob:; script-src 'self' 'unsafe-inline' 'unsafe-eval' https:; style-src 'self' 'unsafe-inline' https:; img-src 'self' data: blob: https:; font-src 'self' data: https:; connect-src 'self' https: wss:; frame-ancestors 'self' https://discord.com https://*.discord.com https://*.discordsays.com" - } - ] - } - ] -}