import { redirect } from 'next/navigation'; export default async function CommunityPage() { redirect('https://github.com/amicalhq/amical') }