Update to standalone executable for output

This commit is contained in:
Nick Bland 2022-07-19 10:39:44 +10:00
parent b487e3b508
commit 71e6dfabd6
No known key found for this signature in database
GPG Key ID: B46CF88E4DAB4A2C

View File

@ -1,7 +1,5 @@
/** @type {import('next').NextConfig} */
module.exports = {
experimental: {
outputStandalone: true,
},
output: 'standalone'
}