new web sayt

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-11-25 21:06:55 +05:00
parent bef940d9d8
commit f9d27ec11d
29 changed files with 3978 additions and 55 deletions

View File

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