init
This commit is contained in:
6
app/page.tsx
Normal file
6
app/page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
// 默认跳转到中文版本
|
||||
import { redirect } from 'next/navigation';
|
||||
|
||||
export default function HomePage() {
|
||||
redirect('/zh');
|
||||
}
|
||||
Reference in New Issue
Block a user