From 52d26e1610723a5af1bced5fa1bc3c086e4ce5a6 Mon Sep 17 00:00:00 2001 From: Anurag Gupta Date: Mon, 2 Sep 2024 12:32:14 +0530 Subject: [PATCH] chore: standalone output --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 257dce6..681a135 100644 --- a/next.config.js +++ b/next.config.js @@ -2,6 +2,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'standalone', reactStrictMode: true, };