Skip to content

Commit e4cd23d

Browse files
committed
Update Next Config : Enabled Standalone Build
1 parent 5442ef0 commit e4cd23d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

next.config.mjs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/** @type {import('next').NextConfig} */
2-
const nextConfig = {};
2+
const nextConfig = {
3+
output: 'standalone'
4+
};
35

46
export default nextConfig;

0 commit comments

Comments
 (0)