From 8bae2268df23c50310fde2a9632409ac68672ba3 Mon Sep 17 00:00:00 2001 From: mxmlnwbr Date: Mon, 18 Sep 2023 16:28:31 +0200 Subject: [PATCH] output: 'standalone' --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 8e8bfcd..f0eab76 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - // output: 'standalone', + output: 'standalone', reactStrictMode: true, typescript: { ignoreBuildErrors: true,