matthoffner commited on
Commit
4e08484
·
1 Parent(s): 90f1cc8

Update next.config.mjs

Browse files
Files changed (1) hide show
  1. next.config.mjs +1 -0
next.config.mjs CHANGED
@@ -19,4 +19,5 @@ export default {
19
 
20
  return config
21
  },
 
22
  }
 
19
 
20
  return config
21
  },
22
+ output: 'standalone'
23
  }