diff --git a/next.config.ts b/next.config.ts index 43f5b37..6ee4fdc 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,7 @@ import type { NextConfig } from "next"; import createNextIntlPlugin from 'next-intl/plugin'; -const withNextIntl = createNextIntlPlugin(); +const withNextIntl = createNextIntlPlugin('./src/i18n.ts'); const nextConfig: NextConfig = { webpack: (config) => {