Skip to content

Commit 11be853

Browse files
committed
see if adding web3 libraries to outputFileTracingExcludes gets it to deploy on Netlify
1 parent b53b8bd commit 11be853

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

next.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ module.exports = (phase, { defaultConfig }) => {
127127
"public/**/*.pdf",
128128
"public/fonts",
129129
"public/images",
130+
// web3 libraries
131+
"node_modules/@rainbow-me/**",
132+
"node_modules/@tanstack/**",
133+
"node_modules/viem/**",
134+
"node_modules/wagmi/**",
130135
],
131136
},
132137
},

0 commit comments

Comments
 (0)