Skip to content

Commit

Permalink
Merge pull request #190 from uclaacm/fix-discord-invite
Browse files Browse the repository at this point in the history
fix /discord redirect to permanent discord invite
  • Loading branch information
bliutech authored Jun 21, 2024
2 parents 7022d1c + 2f95929 commit fe40636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/discord.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ export default function Discord() {
<main className={styles.redirect}>
<h1>Redirecting you now...</h1>
<p className={styles.home}>
<Link href="https://discord.gg/H9enFH7g">
<Link href="https://discord.com/invite/j9dgf2q">
Click here if you are not redirected automatically
</Link>
</p>
</main>
<Script id="discord-redirect">
{`window.location.href = "https://discord.gg/H9enFH7g"`}
{`window.location.href = "https://discord.com/invite/j9dgf2q"`}
</Script>
<Footer />
</div>
Expand Down

0 comments on commit fe40636

Please sign in to comment.