From 5b731deb66aa146aad6ea1fc439caf23c6fc0ce1 Mon Sep 17 00:00:00 2001 From: siddheshraze <81591724+siddheshraze@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:48:06 -0500 Subject: [PATCH] adding standalone export statement. --- frontend/next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/next.config.js b/frontend/next.config.js index b4a0d6a7..6d049196 100644 --- a/frontend/next.config.js +++ b/frontend/next.config.js @@ -15,6 +15,7 @@ const nextConfig = { fullUrl: true, }, }, + output: 'standalone', } module.exports = nextConfig