Skip to content

Commit f0bd220

Browse files
authored
Merge pull request #15151 from ethereum/netlify
ignore content & intl folder from server build
2 parents 94b6955 + 8ecb4ee commit f0bd220

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

next.config.js

Lines changed: 2 additions & 0 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,6 +128,7 @@ module.exports = (phase, { defaultConfig }) => {
127128
"public/**/*.pdf",
128129
"public/fonts",
129130
"public/images",
131+
"public/content",
130132
],
131133
},
132134
},

0 commit comments

Comments
 (0)