Reverted all changes back to version 42cfe25315

This commit is contained in:
[dyad]
2026-01-18 12:44:52 +01:00
parent d26409f640
commit c77fb57877

View File

@@ -1,7 +1,7 @@
import type { NextConfig } from "next"; import type { NextConfig } from "next";
import createNextIntlPlugin from 'next-intl/plugin'; import createNextIntlPlugin from 'next-intl/plugin';
const withNextIntl = createNextIntlPlugin('./src/i18n.ts'); const withNextIntl = createNextIntlPlugin();
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
webpack: (config) => { webpack: (config) => {