fix: netlify config

This commit is contained in:
Maze Winther
2025-06-25 18:46:22 +02:00
parent 57bfb7610f
commit 94d39dfa7e

8
apps/web/netlify.toml Normal file
View File

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