We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5442ef0 commit e4cd23dCopy full SHA for e4cd23d
next.config.mjs
@@ -1,4 +1,6 @@
1
/** @type {import('next').NextConfig} */
2
-const nextConfig = {};
+const nextConfig = {
3
+ output: 'standalone'
4
+};
5
6
export default nextConfig;
0 commit comments