We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa93bc commit 14c7228Copy full SHA for 14c7228
1 file changed
web/src/app/page.tsx
@@ -0,0 +1,5 @@
1
+import { redirect } from "next/navigation";
2
+
3
+export default function RootPage() {
4
+ redirect("/en/");
5
+}
0 commit comments