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;