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 11be853 commit 873e16cCopy full SHA for 873e16c
next.config.js
@@ -116,6 +116,7 @@ module.exports = (phase, { defaultConfig }) => {
116
"node_modules/@swc/core-linux-x64-musl",
117
"node_modules/@esbuild/linux-x64",
118
"src/data",
119
+ "src/intl",
120
"public/**/*.jpg",
121
"public/**/*.png",
122
"public/**/*.webp",
@@ -127,11 +128,7 @@ module.exports = (phase, { defaultConfig }) => {
127
128
"public/**/*.pdf",
129
"public/fonts",
130
"public/images",
- // web3 libraries
131
- "node_modules/@rainbow-me/**",
132
- "node_modules/@tanstack/**",
133
- "node_modules/viem/**",
134
- "node_modules/wagmi/**",
+ "public/content",
135
],
136
},
137
0 commit comments