diff --git a/next.config.ts b/next.config.ts index cc2b65eaa1476..ca483fbd37700 100644 --- a/next.config.ts +++ b/next.config.ts @@ -26,6 +26,7 @@ const nextConfig: NextConfig = { 'gpt-tokenizer', ], webVitalsAttribution: ['CLS', 'LCP'], + webpackMemoryOptimizations: true, }, async headers() { return [ diff --git a/package.json b/package.json index dc48171397603..99e0741137f41 100644 --- a/package.json +++ b/package.json @@ -321,6 +321,9 @@ "registry": "https://registry.npmjs.org" }, "pnpm": { + "overrides": { + "mdast-util-gfm-autolink-literal": "2.0.0" + }, "packageExtensions": { "@inkjs/ui": { "dependencies": { @@ -328,5 +331,8 @@ } } } + }, + "overrides": { + "mdast-util-gfm-autolink-literal": "2.0.0" } }