Update to standalone executable for output
This commit is contained in:
+1
-3
@@ -1,7 +1,5 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
experimental: {
|
output: 'standalone'
|
||||||
outputStandalone: true,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user