translation bug fixed

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-11-29 13:48:55 +05:00
parent ca8369cc31
commit aa2260f212
28 changed files with 1521 additions and 242 deletions

View File

@@ -1,16 +1,7 @@
import type { NextConfig } from "next";
import createNextIntlPlugin from "next-intl/plugin";
import createNextIntlPlugin from 'next-intl/plugin';
const nextConfig = {};
const withNextIntl = createNextIntlPlugin();
const nextConfig: NextConfig = {
images: {
remotePatterns: [],
unoptimized: process.env.NODE_ENV === "development",
},
experimental: {
optimizePackageImports: ["@react-three/fiber", "@react-three/drei"],
},
};
export default withNextIntl(nextConfig);
export default withNextIntl(nextConfig);