5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
import { redirect } from "next/navigation";
|
|
|
|
export default async function CommunityPage() {
|
|
redirect("https://discord.gg/x7pGh8Q34e");
|
|
}
|