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