We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831cf66 commit 3e144dbCopy full SHA for 3e144db
next.config.mjs
@@ -3,6 +3,9 @@ const nextConfig = {
3
experimental: {
4
serverComponentsExternalPackages: ['pg'],
5
},
6
+ webpack: {
7
+ exclude: ["/docs"]
8
+ }
9
};
10
11
export default nextConfig;
0 commit comments