Programmer-RD-AI commited on
Commit
086fc16
·
1 Parent(s): f9cf65f

feat: update next.config.js configuration

Browse files
Files changed (1) hide show
  1. next.config.js +3 -1
next.config.js CHANGED
@@ -1 +1,3 @@
1
- module.exports = {}
 
 
 
1
+ module.exports = {
2
+ output: 'standalone'
3
+ }