From b4218684e637a894cc95c4df33f121129e2dedf2 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 26 Aug 2022 08:31:33 +0200 Subject: [PATCH] with standalone --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 8b61df4..da7c4ce 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,5 @@ /** @type {import('next').NextConfig} */ module.exports = { reactStrictMode: true, + output: 'standalone' }