diff --git a/next.config.js b/next.config.js index e24a943..3ee2c78 100644 --- a/next.config.js +++ b/next.config.js @@ -2,6 +2,8 @@ const nextConfig = { output: 'standalone', turbopack: {}, + // Transpile ESM-only packages so they resolve correctly in all environments + transpilePackages: ['react-markdown', 'remark-gfm'], // Security headers async headers() {