OpenCut/apps/web/vercel.json

16 lines
266 B
JSON

{
"redirects": [
{
"source": "/(.*)",
"has": [
{
"type": "host",
"value": "fuckcapcut.com"
}
],
"destination": "https://opencut.app/why-not-capcut",
"permanent": true
}
]
}