We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c386b commit 0cfed73Copy full SHA for 0cfed73
1 file changed
next.config.mjs
@@ -21,6 +21,7 @@ const nextConfig = {
21
parallelServerBuildTraces: true,
22
parallelServerCompiles: true,
23
},
24
+ output: 'export',
25
}
26
27
mergeConfig(nextConfig, userConfig)
0 commit comments