feat: add redirect from appcut to opencut in Netlify configuration
This commit is contained in:
parent
294ba01abe
commit
054c68140c
|
|
@ -4,3 +4,9 @@
|
|||
|
||||
[[plugins]]
|
||||
package = "@netlify/plugin-nextjs"
|
||||
|
||||
[[redirects]]
|
||||
from = "https://appcut.app/*"
|
||||
to = "https://opencut.app/:splat"
|
||||
status = 301
|
||||
force = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue