This commit is contained in:
Maze Winther
2025-07-09 07:43:35 +02:00
parent 44ff4fe638
commit 7a706f3bbc

10
apps/web/vercel.json Normal file
View File

@ -0,0 +1,10 @@
{
"redirects": [
{
"source": "/(.*)",
"destination": "https://opencut.app/why-not-capcut",
"host": "fuckcapcut.com",
"permanent": true
}
]
}