From f3de28642f773c2aff524b7b4f1e011fdde0d80d Mon Sep 17 00:00:00 2001 From: Aj - Thomas <49837342+ajnart@users.noreply.github.com> Date: Fri, 13 May 2022 04:10:23 +0200 Subject: [PATCH] Update next.config.js --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/next.config.js b/next.config.js index 9c5b9b833..9cc409a07 100644 --- a/next.config.js +++ b/next.config.js @@ -7,4 +7,7 @@ module.exports = withBundleAnalyzer({ eslint: { ignoreDuringBuilds: true, }, + experimental: { + outputStandalone: true, + }, });