From c77fb57877d5daf655c9757ab5d0048e132b6f6f Mon Sep 17 00:00:00 2001 From: "[dyad]" Date: Sun, 18 Jan 2026 12:44:52 +0100 Subject: [PATCH] Reverted all changes back to version 42cfe25315984e124798f295dd49fdcf58832b4a --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 6ee4fdc..43f5b37 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('./src/i18n.ts'); +const withNextIntl = createNextIntlPlugin(); const nextConfig: NextConfig = { webpack: (config) => {