Skip to content

Commit 475aa6f

Browse files
fix locale
1 parent 65a91a4 commit 475aa6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const nextConfig = {
2222
i18n: {
2323
locales: ["en", "fr"],
2424
defaultLocale: "en",
25+
localeDetection: true,
2526
},
2627
};
2728

0 commit comments

Comments
 (0)