chore: vercel config

This commit is contained in:
Maze Winther
2025-07-09 07:36:05 +02:00
parent c6cfb8ce87
commit ad45c8c1ed

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

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