Skip to content

Commit 873e16c

Browse files
committed
ignore content & intl folder from server build
1 parent 11be853 commit 873e16c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

next.config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ module.exports = (phase, { defaultConfig }) => {
116116
"node_modules/@swc/core-linux-x64-musl",
117117
"node_modules/@esbuild/linux-x64",
118118
"src/data",
119+
"src/intl",
119120
"public/**/*.jpg",
120121
"public/**/*.png",
121122
"public/**/*.webp",
@@ -127,11 +128,7 @@ module.exports = (phase, { defaultConfig }) => {
127128
"public/**/*.pdf",
128129
"public/fonts",
129130
"public/images",
130-
// web3 libraries
131-
"node_modules/@rainbow-me/**",
132-
"node_modules/@tanstack/**",
133-
"node_modules/viem/**",
134-
"node_modules/wagmi/**",
131+
"public/content",
135132
],
136133
},
137134
},

0 commit comments

Comments
 (0)