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 c14e20b commit 9243d81
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9243d81

Please sign in to comment.