From ad45c8c1ed5c9854efc4d8c7cf8f37df85630c15 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Wed, 9 Jul 2025 07:36:05 +0200 Subject: [PATCH] chore: vercel config --- apps/web/vercel.json | 9 +++++++++ 1 file changed, 9 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..da9f603 --- /dev/null +++ b/apps/web/vercel.json @@ -0,0 +1,9 @@ +{ + "redirects": [ + { + "source": "/(.*)", + "destination": "https://opencut.app/why-not-capcut", + "permanent": true + } + ] +}