We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebabaea commit 0d304fdCopy full SHA for 0d304fd
examples/api/next.config.mjs
@@ -1,6 +1,9 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
output: "standalone",
4
+ experimental: {
5
+ serverMinification: false
6
+ }
7
};
8
9
export default nextConfig;
0 commit comments