Skip to content

Commit 3e144db

Browse files
committed
fix: 修复 next build 问题
1 parent 831cf66 commit 3e144db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

next.config.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ const nextConfig = {
33
experimental: {
44
serverComponentsExternalPackages: ['pg'],
55
},
6+
webpack: {
7+
exclude: ["/docs"]
8+
}
69
};
710

811
export default nextConfig;

0 commit comments

Comments
 (0)