From 33db4c7eeadae8244c69063b30f82b6181808080 Mon Sep 17 00:00:00 2001 From: sexnine <25860388+sexnine@users.noreply.github.com> Date: Sun, 3 Mar 2024 08:22:53 +1100 Subject: [PATCH] Add /xyz --- src/redirects.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/redirects.ts b/src/redirects.ts index ed01e28..6f5319d 100644 --- a/src/redirects.ts +++ b/src/redirects.ts @@ -3,6 +3,7 @@ const redirects: Record = { "/dash": "https://dash.hackpnw.org", "/discord": "https://discord.com/invite/4DsTdBEEH4", "/hackthesound": "https://www.hackthesound.net/?utm_source=hackpnw&ref=hackpnw", + "/xyz": "https://drive.google.com/file/d/1VWbL8W2QnwjZJXGU26X9m1lqSTcMutlE/view", }; export default redirects;