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