From e5892fdea6e5cf6cb87726b3aae1bf3cc70a3d9c Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Wed, 9 Jul 2025 07:39:00 +0200 Subject: [PATCH] vercel --- apps/web/vercel.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/web/vercel.json b/apps/web/vercel.json index da9f603..ed3dfba 100644 --- a/apps/web/vercel.json +++ b/apps/web/vercel.json @@ -2,6 +2,12 @@ "redirects": [ { "source": "/(.*)", + "has": [ + { + "type": "host", + "value": "fuckcapcut.com" + } + ], "destination": "https://opencut.app/why-not-capcut", "permanent": true }