jbilcke-hf HF staff commited on
Commit
757b60c
1 Parent(s): 3ee40a3

use output standalone

Browse files
Files changed (1) hide show
  1. next.config.js +3 -1
next.config.js CHANGED
@@ -1,4 +1,6 @@
1
  /** @type {import('next').NextConfig} */
2
- const nextConfig = {}
 
 
3
 
4
  module.exports = nextConfig
 
1
  /** @type {import('next').NextConfig} */
2
+ const nextConfig = {
3
+ output: 'standalone',
4
+ }
5
 
6
  module.exports = nextConfig