From f8e0cb14c812b4b168f6c902b69bd348bea9d3ad Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Thu, 28 Aug 2025 14:14:53 -0400 Subject: [PATCH] adjust url --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 32e4ff0..8410bc2 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( var ( // Host-based redirects hostRedirects = map[string]string{ - "mail.terrible.dev": "https://mail.tommyparnell.com", + "mail.terrible.dev": "https://mail.tommyparnell.com/mail", } // Path-based redirects