Skip to content

Commit bccad69

Browse files
committed
exclude public folder from output
1 parent 7a8a303 commit bccad69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

next.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ module.exports = (phase, { defaultConfig }) => {
107107
"node_modules/@swc/core-linux-x64-gnu",
108108
"node_modules/@swc/core-linux-x64-musl",
109109
"node_modules/@esbuild/linux-x64",
110-
"public/**/*.png",
111-
"public/**/*.gif",
110+
"public",
112111
"src/data",
113112
],
114113
},

0 commit comments

Comments
 (0)