We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9243d81 commit 7e280d1Copy full SHA for 7e280d1
next.config.js
@@ -1,6 +1,7 @@
1
+/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
output: 'export',
- basePath: '/ghentforgood.org',
4
+ assetPrefix: './',
5
images: {
6
unoptimized: true,
7
}
0 commit comments