We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a91a4 commit 475aa6fCopy full SHA for 475aa6f
next.config.mjs
@@ -22,6 +22,7 @@ const nextConfig = {
22
i18n: {
23
locales: ["en", "fr"],
24
defaultLocale: "en",
25
+ localeDetection: true,
26
},
27
};
28
0 commit comments