From 43c535afd71c1113d0096c574fa4c85ce6f2c6ea Mon Sep 17 00:00:00 2001 From: Sean Marcia Date: Fri, 6 Dec 2024 01:04:32 -0500 Subject: [PATCH] wip --- next.config.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/next.config.js b/next.config.js index a7b1000..8d7f01b 100644 --- a/next.config.js +++ b/next.config.js @@ -1,11 +1,9 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: 'export', - assetPrefix: './', - basePath: '/ghentforgood.org', + output: "export", images: { unoptimized: true, - } -} + }, +}; -module.exports = nextConfig +module.exports = nextConfig;