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
1 changed files with 6 additions and 0 deletions

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