From e827f08f12d993da40daea5aab180b590aa87d1f Mon Sep 17 00:00:00 2001 From: Vrindavan Sanap <66788089+VrindavanSanap@users.noreply.github.com> Date: Wed, 27 Dec 2023 01:53:09 +0530 Subject: [PATCH] Update next.config.js --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index a843cbe..6e6b919 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, + output: "export" } module.exports = nextConfig