We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1e6d75 + 2705d1c commit c399114Copy full SHA for c399114
src/pages/discord.tsx
@@ -0,0 +1,6 @@
1
+export default function RedirectToDiscord() {
2
+ if (typeof window !== 'undefined') {
3
+ window.location.href = 'https://discord.gg/pelican-panel';
4
+ }
5
+ return null; // Return null since no UI is needed.
6
+}
0 commit comments