Skip to content

Commit bf5a750

Browse files
committed
feat: add discord server shortcut
1 parent 5ef3d67 commit bf5a750

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/pages/discord.astro

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
3+
---
4+
5+
<script>
6+
window.location.href = "https://discord.gg/eHzVaCzRRd";
7+
</script>
8+
9+
<div>
10+
<p>Redirecting to Discord...</p>
11+
<a href="https://discord.gg/eHzVaCzRRd">Redirect manually</a>
12+
</div>

0 commit comments

Comments
 (0)