From 7a706f3bbcef530a4345849162219ed1bf500092 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Wed, 9 Jul 2025 07:43:35 +0200 Subject: [PATCH] vercel --- apps/web/vercel.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apps/web/vercel.json diff --git a/apps/web/vercel.json b/apps/web/vercel.json new file mode 100644 index 0000000..53bca33 --- /dev/null +++ b/apps/web/vercel.json @@ -0,0 +1,10 @@ +{ + "redirects": [ + { + "source": "/(.*)", + "destination": "https://opencut.app/why-not-capcut", + "host": "fuckcapcut.com", + "permanent": true + } + ] +}