diff --git a/next.config.js b/next.config.js index 0b6df8b..559b80c 100644 --- a/next.config.js +++ b/next.config.js @@ -5,7 +5,7 @@ const withNextra = require('nextra')({ module.exports = withNextra({ i18n: { - locales: ['en', 'zh', 'jp', 'pt', 'tr'], + locales: ['en', 'it','zh', 'jp', 'pt', 'tr'], defaultLocale: 'en' } })