[dyad] Fixed i18n config error by providing an explicit path - wrote 1 file(s)

This commit is contained in:
[dyad]
2026-01-18 12:43:16 +01:00
parent 42cfe25315
commit 63936875d8

View File

@@ -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) => {