feat: Update i18n configuration, refactor getRequestConfig, and improve language support

This commit is contained in:
mauro-balades
2024-09-02 19:00:57 +02:00
parent 5779ea88ef
commit 27b23e8336
3 changed files with 21 additions and 22 deletions

7
src/app/page.tsx Normal file
View File

@@ -0,0 +1,7 @@
import {redirect} from 'next/navigation';
export default function RootPage() {
redirect('/en');
}