feat: add redirect from appcut to opencut in Netlify configuration

This commit is contained in:
Maze Winther
2025-06-23 16:25:06 +02:00
parent 294ba01abe
commit 054c68140c

View File

@ -4,3 +4,9 @@
[[plugins]]
package = "@netlify/plugin-nextjs"
[[redirects]]
from = "https://appcut.app/*"
to = "https://opencut.app/:splat"
status = 301
force = true