From f86c3bc68d3f667aaef07be6642e24f7965a0288 Mon Sep 17 00:00:00 2001 From: "[dyad]" Date: Sun, 18 Jan 2026 12:44:54 +0100 Subject: [PATCH] Reverted all changes back to version bf43b372670c9fc0c9d9a5d10006d75036ea52cd --- next.config.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/next.config.ts b/next.config.ts index 43f5b37..a23e855 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,4 @@ import type { NextConfig } from "next"; -import createNextIntlPlugin from 'next-intl/plugin'; - -const withNextIntl = createNextIntlPlugin(); const nextConfig: NextConfig = { webpack: (config) => { @@ -17,4 +14,4 @@ const nextConfig: NextConfig = { }, }; -export default withNextIntl(nextConfig); \ No newline at end of file +export default nextConfig;