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 }