diff --git a/next.config.js b/next.config.js index ab64df2..f86c4fd 100644 --- a/next.config.js +++ b/next.config.js @@ -5,6 +5,9 @@ const nextConfig = { return config; }, + experimental: { + serverMinification: false, + }, }; export default nextConfig;