Files
sage-home/app/page.tsx

6 lines
133 B
TypeScript
Raw Normal View History

2026-01-24 16:54:44 +08:00
// 默认跳转到中文版本
import { redirect } from 'next/navigation';
export default function HomePage() {
redirect('/zh');
}