Skip to content

Commit 7fef3b2

Browse files
committed
fix config
1 parent bbc0697 commit 7fef3b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const withNextra = nextra({
55
})
66

77
const nextConfig = {
8-
images: { unoptimized: true } // Required since GitHub Pages doesn't support Next.js Image Optimization
8+
99
}
1010

1111
export default withNextra(nextConfig)

0 commit comments

Comments
 (0)