Skip to content

Commit e99bc0d

Browse files
committed
social pages
1 parent 2783d29 commit e99bc0d

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
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 DiscordPage() {
4+
redirect('https://discord.gg/JTk7a38tCZ');
5+
}
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 TwitterPage() {
4+
redirect('https://x.com/trydatabuddy');
5+
}

apps/docs/app/(socials)/x/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 XPage() {
4+
redirect('https://x.com/trydatabuddy');
5+
}

0 commit comments

Comments
 (0)