We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eadc37 commit 2000a20Copy full SHA for 2000a20
next.config.js
@@ -13,6 +13,8 @@ const outputFileTracingExcludes = process.env.NEXT_PUBLIC_DEVELOPER_DOCS
13
'./apps/**/*',
14
'develop-docs/**/*',
15
'node_modules/@esbuild/darwin-arm64',
16
+ '*.png',
17
+ '*.gif',
18
],
19
'/platform-redirect': ['**/*.gif', 'public/mdx-images/**/*', '*.pdf'],
20
'\\[\\[\\.\\.\\.path\\]\\]': [
0 commit comments