Skip to content

Commit 6cd1e54

Browse files
committed
Fix next.js build
1 parent c3ba3e8 commit 6cd1e54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3+
output: 'export',
34
images: {
45
unoptimized: true,
56
}

0 commit comments

Comments
 (0)