This commit is contained in:
smanylov
2026-01-16 15:52:59 +07:00
parent 4255aeda9d
commit a6eea2fe0a
29 changed files with 3338 additions and 1840 deletions
+4 -3
View File
@@ -1,8 +1,9 @@
import type { NextConfig } from "next";
import createNextIntlPlugin from 'next-intl/plugin';
const nextConfig: NextConfig = {
/* config options here */
reactCompiler: true,
};
export default nextConfig;
const withNextIntl = createNextIntlPlugin();
export default withNextIntl(nextConfig);