From 9243d81cbe1f835c4ea6458a6460e6515dc7e49e Mon Sep 17 00:00:00 2001 From: Sean Marcia Date: Fri, 6 Dec 2024 00:33:57 -0500 Subject: [PATCH] wip --- next.config.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/next.config.js b/next.config.js index 39247dc..765b414 100644 --- a/next.config.js +++ b/next.config.js @@ -1,8 +1,9 @@ const nextConfig = { - reactStrictMode: true, - productionBrowserSourceMaps: true, - trailingSlash: true, - output: "export" + output: 'export', + basePath: '/ghentforgood.org', + images: { + unoptimized: true, + } } module.exports = nextConfig