From 2a5d7710e4a1b0680b4c6c9e919f9c22c5a56886 Mon Sep 17 00:00:00 2001 From: Varun Date: Thu, 28 Sep 2023 21:07:31 +0545 Subject: [PATCH] feat: added config for output:export --- frontend/next.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/next.config.js b/frontend/next.config.js index 767719fc..6fcef911 100644 --- a/frontend/next.config.js +++ b/frontend/next.config.js @@ -1,4 +1,6 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {} +const nextConfig = { + "output: export" +} module.exports = nextConfig