From 24c5c5c4e43e84635045e45e81a9a07f0953b952 Mon Sep 17 00:00:00 2001 From: paulj Date: Mon, 15 Dec 2025 12:20:28 -0500 Subject: [PATCH] small config updates to handle bundling errors --- next.config.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/next.config.ts b/next.config.ts index 0c6eee327dc60..0704449380c9d 100644 --- a/next.config.ts +++ b/next.config.ts @@ -112,8 +112,8 @@ const outputFileTracingIncludes = process.env.NEXT_PUBLIC_DEVELOPER_DOCS '/platform-redirect': ['public/doctree.json'], '\\[\\[\\.\\.\\.path\\]\\]': [ 'public/doctree.json', - 'docs/changelog.mdx', - 'docs/platforms/index.mdx', + './docs/changelog.mdx', + './docs/platforms/index.mdx', ], }; @@ -135,7 +135,6 @@ const nextConfig = { '@esbuild/linux-arm64', '@esbuild/linux-x64', '@esbuild/win32-x64', - 'mdx-bundler', 'sharp', '@aws-sdk/client-s3', '@google-cloud/storage',