Skip to content

Commit 7dd95d7

Browse files
authored
updated redirect to https://l7neg.uk.to/discord
since github does not support http level redirect like vercel / cf page and netlify do
1 parent cf86a71 commit 7dd95d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export function Hero() {
107107
className="w-full sm:w-auto gap-2 bg-[#5865F2] hover:bg-[#4752C4] text-white text-sm md:text-base transition-all hover:scale-105 hover:shadow-[0_0_20px_rgba(88,101,242,0.5)]"
108108
asChild
109109
>
110-
<a href="/discord" target="_blank" rel="noopener noreferrer">
110+
<a href="https://l7neg.uk.to/discord" target="_blank" rel="noopener noreferrer">
111111
<MessageCircle className="h-4 w-4 md:h-5 md:w-5" />
112112
Join Discord Server
113113
</a>

0 commit comments

Comments
 (0)