Skip to content

Commit f10403c

Browse files
Added a discord navigation link
1 parent 1dedef5 commit f10403c

2 files changed

Lines changed: 5 additions & 51 deletions

File tree

src/app/(public)/[communityName]/page.tsx

Lines changed: 0 additions & 51 deletions
This file was deleted.

src/app/(public)/discord/page.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { redirect } from 'next/navigation';
2+
3+
export default function DiscordRedirect() {
4+
redirect('https://discord.com/invite/G9yE5s6NFM');
5+
}

0 commit comments

Comments
 (0)