jbilcke-hf HF staff commited on
Commit
1a84032
β€’
1 Parent(s): 3708e26

was missing the standalone output I think

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