Added lang to next.config
This commit is contained in:
parent
dbf11d931e
commit
450141fde9
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
|
||||
const nextConfig = {
|
||||
i18n: {
|
||||
locales: ["en"],
|
||||
defaultLocale: "en",
|
||||
},
|
||||
reactStrictMode: true,
|
||||
output: 'standalone',
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue