fix: remove default locale setting in i18n configuration
This commit is contained in:
parent
667213cd31
commit
5bdfd0ee84
2 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
TODOS:
|
TODOS:
|
||||||
- Updated_at timestamp per appartamento se in backend ho modificato le foto, e uso quello per cache key
|
- Updated_at timestamp per appartamento se in backend ho modificato le foto, e uso quello per cache key
|
||||||
- Problema fetch revalidate url encoding
|
- Problema fetch revalidate url encoding
|
||||||
- Default locale it in ogni caso
|
|
||||||
- Correggere link onboarding
|
- Correggere link onboarding
|
||||||
- Indicare di dover modificare le info nel onboarding
|
- Indicare di dover modificare le info nel onboarding
|
||||||
- Modale annunci compatibili invece di collapsible
|
- Modale annunci compatibili invece di collapsible
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ const nextConfig = {
|
||||||
i18n: {
|
i18n: {
|
||||||
defaultLocale: "it",
|
defaultLocale: "it",
|
||||||
locales: ["it", "en"],
|
locales: ["it", "en"],
|
||||||
|
localeDetection: false,
|
||||||
},
|
},
|
||||||
images: {
|
images: {
|
||||||
minimumCacheTTL: 7200,
|
minimumCacheTTL: 7200,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue