translation bug fixed
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user