From 71e6dfabd69bdda38f06c8004278f4ec12b3342d Mon Sep 17 00:00:00 2001 From: Nick Bland Date: Tue, 19 Jul 2022 10:39:44 +1000 Subject: [PATCH] Update to standalone executable for output --- next.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/next.config.js b/next.config.js index 792497d..df82633 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,5 @@ /** @type {import('next').NextConfig} */ module.exports = { - experimental: { - outputStandalone: true, - }, + output: 'standalone' } \ No newline at end of file