From 054c68140c874ce7e42ad9a36f74867f5b01a239 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Mon, 23 Jun 2025 16:25:06 +0200 Subject: [PATCH] feat: add redirect from appcut to opencut in Netlify configuration --- apps/web/netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/web/netlify.toml b/apps/web/netlify.toml index 5aadb56..4cf5484 100644 --- a/apps/web/netlify.toml +++ b/apps/web/netlify.toml @@ -4,3 +4,9 @@ [[plugins]] package = "@netlify/plugin-nextjs" + +[[redirects]] + from = "https://appcut.app/*" + to = "https://opencut.app/:splat" + status = 301 + force = true