From 535ce0e8baeb102358e4ab53f8e57dd3ef3ada1c Mon Sep 17 00:00:00 2001 From: flamekiller22 Date: Thu, 11 Jan 2024 02:57:07 +0530 Subject: [PATCH] . --- next.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 767719f..5cd8cc3 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,6 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {} +const nextConfig = { + output: 'standalone', +} module.exports = nextConfig