From 5c7d1bccce16b29dda695b070f1a5617003f9871 Mon Sep 17 00:00:00 2001 From: Christophe Date: Mon, 18 Sep 2023 18:21:45 +0200 Subject: [PATCH] build: remove output standalone as we're not running static files --- next.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 0538b48..6a78e47 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -27,7 +27,6 @@ const nextConfig = bundleAnalyzer(withTM({ }, ]; }, - output: 'standalone', })); export default nextConfig;