From 1ca5a0bc69fd20fcca66f0dfe4543eca5cb0ac6a Mon Sep 17 00:00:00 2001 From: Suraj Mahto Date: Sat, 26 Oct 2024 13:11:41 +0530 Subject: [PATCH] updated : next.config.mjs --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index 2fe3c94..7900f18 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { // output: 'export', + output: 'standalone', }; export default nextConfig;