Skip to content

Commit 2000a20

Browse files
committed
exclude all images from output file tracing
1 parent 7eadc37 commit 2000a20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

next.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ const outputFileTracingExcludes = process.env.NEXT_PUBLIC_DEVELOPER_DOCS
1313
'./apps/**/*',
1414
'develop-docs/**/*',
1515
'node_modules/@esbuild/darwin-arm64',
16+
'*.png',
17+
'*.gif',
1618
],
1719
'/platform-redirect': ['**/*.gif', 'public/mdx-images/**/*', '*.pdf'],
1820
'\\[\\[\\.\\.\\.path\\]\\]': [

0 commit comments

Comments
 (0)