From 409a5d921032a1a4a2aa34dabb6dd2022729f220 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 16:51:17 +0000 Subject: [PATCH] chore: 301 redirect /why-hyprnote/ to /why-char/ Co-Authored-By: harshika --- apps/web/netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/web/netlify.toml b/apps/web/netlify.toml index fbc64e5d54..ee6aa311c4 100644 --- a/apps/web/netlify.toml +++ b/apps/web/netlify.toml @@ -159,6 +159,12 @@ to = "https://char.com/contact" status = 301 force = true +[[redirects]] +from = "https://hyprnote.com/why-hyprnote/" +to = "https://hyprnote.com/why-char/" +status = 301 +force = true + [[redirects]] from = "https://hyprnote.com" to = "https://char.com"