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;