diff --git a/next.config.js b/next.config.js index b86956e..9181109 100644 --- a/next.config.js +++ b/next.config.js @@ -2,7 +2,6 @@ const nextConfig = { reactStrictMode: true, experimental: { - esmExternals: "loose", appDir: true, }, }