diff --git a/next.config.mjs b/next.config.mjs index ac2fb12..ff2db5f 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -3,11 +3,6 @@ import createNextIntlPlugin from 'next-intl/plugin'; const withNextIntl = createNextIntlPlugin(); /** @type {import('next').NextConfig} */ -const nextConfig = { - i18n: { - locales: ['en', 'de'], - defaultLocale: 'en', - } -}; +const nextConfig = {}; export default withNextIntl(nextConfig); \ No newline at end of file