From 8989158f5ad3338de8095eb8e52de84bdb2760ff Mon Sep 17 00:00:00 2001 From: Eternal Date: Tue, 26 May 2026 19:41:10 -0400 Subject: [PATCH] Redirect Slack signups to slack.hackclub.com --- lib/send-auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/send-auth.ts b/lib/send-auth.ts index 45d0b2d11..f35acacc4 100644 --- a/lib/send-auth.ts +++ b/lib/send-auth.ts @@ -1,5 +1,5 @@ export function x(email?: string) { - const url = new URL("https://auth.hackclub.com/slack"); + const url = new URL("https://slack.hackclub.com/slides/1"); const x = email?.trim(); if (x) {