Skip to content

Commit 7e280d1

Browse files
committed
wip
1 parent 9243d81 commit 7e280d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

next.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
/** @type {import('next').NextConfig} */
12
const nextConfig = {
23
output: 'export',
3-
basePath: '/ghentforgood.org',
4+
assetPrefix: './',
45
images: {
56
unoptimized: true,
67
}

0 commit comments

Comments
 (0)