From fc299a34c2091ca8f38e979bffc7bbfe98b50d3c Mon Sep 17 00:00:00 2001 From: Ninad Naik <86565419+ninadnaik10@users.noreply.github.com> Date: Tue, 11 Jul 2023 23:56:25 +0530 Subject: [PATCH] Update next.config.js --- next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index a6deb8d..3a75d45 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'export', /* config options here */ } -module.exports = nextConfig \ No newline at end of file +module.exports = nextConfig