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 + } + ] +}