1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 21:32:35 +02:00

Update discord URL

This commit is contained in:
Kamran Ahmed
2024-08-17 01:39:53 +01:00
parent b49c672480
commit ec06adb01a

View File

@@ -1,6 +1,6 @@
---
export const prerender = false;
const discordLink = 'https://discord.gg/ZrSpJ8zH';
const discordLink = 'https://discord.gg/GBY7zEc3uB';
return Astro.redirect(discordLink);
---