dbx/docs/app/page.tsx

6 lines
99 B
TypeScript

import { redirect } from 'next/navigation';
export default function Page() {
redirect('/cn');
}