From 2000a2030814276e28b0c12b9519cb2033e88572 Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Tue, 27 May 2025 14:11:07 +0200 Subject: [PATCH 1/2] exclude all images from output file tracing --- next.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/next.config.js b/next.config.js index 00f62a79b442b..2eb0aa6bfbd57 100644 --- a/next.config.js +++ b/next.config.js @@ -13,6 +13,8 @@ const outputFileTracingExcludes = process.env.NEXT_PUBLIC_DEVELOPER_DOCS './apps/**/*', 'develop-docs/**/*', 'node_modules/@esbuild/darwin-arm64', + '*.png', + '*.gif', ], '/platform-redirect': ['**/*.gif', 'public/mdx-images/**/*', '*.pdf'], '\\[\\[\\.\\.\\.path\\]\\]': [ From 3455e0410f23eff932734d01aae3ad32853a67ec Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Tue, 27 May 2025 14:30:18 +0200 Subject: [PATCH 2/2] remove new options --- next.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/next.config.js b/next.config.js index 2eb0aa6bfbd57..00f62a79b442b 100644 --- a/next.config.js +++ b/next.config.js @@ -13,8 +13,6 @@ const outputFileTracingExcludes = process.env.NEXT_PUBLIC_DEVELOPER_DOCS './apps/**/*', 'develop-docs/**/*', 'node_modules/@esbuild/darwin-arm64', - '*.png', - '*.gif', ], '/platform-redirect': ['**/*.gif', 'public/mdx-images/**/*', '*.pdf'], '\\[\\[\\.\\.\\.path\\]\\]': [