new web sayt
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user