feat: Update i18n configuration, refactor getRequestConfig, and improve language support
This commit is contained in:
7
src/app/page.tsx
Normal file
7
src/app/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
import {redirect} from 'next/navigation';
|
||||
|
||||
|
||||
export default function RootPage() {
|
||||
redirect('/en');
|
||||
}
|
||||
Reference in New Issue
Block a user