해결결

This commit is contained in:
imnyang 2024-12-15 02:59:06 +09:00
commit b185b9afb6
27 changed files with 1998 additions and 120 deletions

View file

@ -10,7 +10,10 @@ const nextConfig: NextConfig = {
pathname: "/profile/**",
},
],
},
},
experimental: {
optimizePackageImports: ["@chakra-ui/react"],
},
};
export default nextConfig;