Skip to content

Commit 43c535a

Browse files
committed
wip
1 parent 61d045f commit 43c535a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

next.config.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
output: 'export',
4-
assetPrefix: './',
5-
basePath: '/ghentforgood.org',
3+
output: "export",
64
images: {
75
unoptimized: true,
8-
}
9-
}
6+
},
7+
};
108

11-
module.exports = nextConfig
9+
module.exports = nextConfig;

0 commit comments

Comments
 (0)