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 6362a4f commit 88dbacdCopy full SHA for 88dbacd
next.config.ts
@@ -34,7 +34,7 @@ const outputFileTracingExcludes = process.env.NEXT_PUBLIC_DEVELOPER_DOCS
34
'docs/**/*',
35
'public/mdx-images/**/*',
36
'**/*.gif',
37
- '**/*.pdf ',
+ '**/*.pdf',
38
'**/*.png',
39
],
40
};
0 commit comments