oh god (netlify)

This commit is contained in:
Maze Winther
2025-06-25 19:06:41 +02:00
parent 0f343dfbda
commit 3bb640c453
2 changed files with 10 additions and 25 deletions

10
netlify.toml Normal file
View File

@ -0,0 +1,10 @@
# Next.js plugin
[[plugins]]
package = "@netlify/plugin-nextjs"
# Redirects for domain migration
[[redirects]]
from = "https://appcut.app/*"
to = "https://opencut.app/:splat"
status = 301
force = true