amical/apps/www/app/community/page.tsx
2025-06-28 11:04:55 +05:30

5 lines
140 B
TypeScript

import { redirect } from "next/navigation";
export default async function CommunityPage() {
redirect("https://discord.gg/x7pGh8Q34e");
}