Files
OpenCut/apps/web/netlify.toml
T

13 lines
231 B
TOML
Raw Normal View History

2025-06-22 13:26:17 +02:00
[build]
command = "npm run build"
publish = ".next"
[[plugins]]
package = "@netlify/plugin-nextjs"
[[redirects]]
from = "https://appcut.app/*"
to = "https://opencut.app/:splat"
status = 301
force = true