From 5aa96b3770860677597df82a68c6d464ead1582e Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Thu, 28 Aug 2025 22:07:41 -0400 Subject: [PATCH] redirect for cal --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 865ba97..f6c7f38 100644 --- a/main.go +++ b/main.go @@ -12,6 +12,7 @@ var ( hostRedirects = map[string]string{ "mail.terrible.dev": "https://mail.tommyparnell.com/mail", "calendar.terrible.dev": "https://mail.tommyparnell.com/cloud/calendar", + "cal.terrible.dev": "https://cal.com/terribledev", } // Path-based redirects