Reverted all changes back to version bf43b37267

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

View File

@@ -1,7 +1,4 @@
import type { NextConfig } from "next"; import type { NextConfig } from "next";
import createNextIntlPlugin from 'next-intl/plugin';
const withNextIntl = createNextIntlPlugin();
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
webpack: (config) => { webpack: (config) => {
@@ -17,4 +14,4 @@ const nextConfig: NextConfig = {
}, },
}; };
export default withNextIntl(nextConfig); export default nextConfig;