fix: netlify config

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

View File

@ -1,13 +0,0 @@
[build]
base = "apps/web"
command = "bun install && bun run build"
publish = "apps/web/.next"
[[plugins]]
package = "@netlify/plugin-nextjs"
[[redirects]]
from = "https://appcut.app/*"
to = "https://opencut.app/:splat"
status = 301
force = true