From 77561d8a88b6582ad03514923f1ad78cd3ccf808 Mon Sep 17 00:00:00 2001 From: Sahaj Zalavadia Date: Thu, 8 Feb 2024 11:40:46 -0500 Subject: [PATCH] merge main and add base path --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 8928f50..b574c40 100644 --- a/next.config.js +++ b/next.config.js @@ -2,6 +2,7 @@ const nextConfig = { output: 'export', distDir: 'build', + basePath: "/ce-solutions-hub", } module.exports = nextConfig