Spaces:
Paused
Paused
Commit
β’
1a84032
1
Parent(s):
3708e26
was missing the standalone output I think
Browse files- 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 |
},
|