Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmarcia committed Dec 6, 2024
1 parent 61d045f commit 43c535a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 43c535a

Please sign in to comment.