We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d944a commit 4442ed9Copy full SHA for 4442ed9
1 file changed
next.config.ts
@@ -20,10 +20,12 @@ const nextConfig: NextConfig = {
20
// eslint-disable-next-line @typescript-eslint/no-explicit-any
21
...({
22
outputFileTracingExcludes: {
23
+
24
// Exclude the banner images and three.js from all serverless function
25
// bundles — they are served as static files and don't need to be
26
// bundled into functions like opengraph-image routes
27
"**": [
28
+ './**/*.pdf',
29
"public/content-images/**",
30
"node_modules/three/**",
31
"node_modules/@react-three/**",
0 commit comments