From 02225d84dc7dc7592429376942e59e7ddcc6cbeb Mon Sep 17 00:00:00 2001 From: Ashutosh Tripathi <39340292+ashucoder9@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:26:04 +0530 Subject: [PATCH] update: enable static site generation on GH Pages Signed-off-by: Ashutosh Tripathi <39340292+ashucoder9@users.noreply.github.com> --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 91b54f3b..87746fe7 100644 --- a/next.config.js +++ b/next.config.js @@ -18,6 +18,7 @@ const withAnalyzer = createBundleAnalyzer({ /** @type {import('next').NextConfig} */ const config = { + output: "export", reactStrictMode: true, eslint: { // Replaced by root workspace command