jbilcke-hf HF staff commited on
Commit
4a06718
1 Parent(s): 15963ec
Files changed (1) hide show
  1. next.config.js +2 -2
next.config.js CHANGED
@@ -1,6 +1,6 @@
1
  /** @type {import('next').NextConfig} */
2
  const nextConfig = {
3
- output: 'standalone',
4
  transpilePackages: [
5
  // '@aitube/clap'
6
  ],
@@ -10,7 +10,7 @@ const nextConfig = {
10
  // necessary as we are generating Clap files on server-side
11
  // however, we are only generating text and not assets, so it should be lightweight,
12
  // usually below 2mb
13
- bodySizeLimit: '4mb',
14
  },
15
  }
16
  }
 
1
  /** @type {import('next').NextConfig} */
2
  const nextConfig = {
3
+ // output: 'standalone',
4
  transpilePackages: [
5
  // '@aitube/clap'
6
  ],
 
10
  // necessary as we are generating Clap files on server-side
11
  // however, we are only generating text and not assets, so it should be lightweight,
12
  // usually below 2mb
13
+ bodySizeLimit: '8mb',
14
  },
15
  }
16
  }