We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc0697 commit 7fef3b2Copy full SHA for 7fef3b2
1 file changed
next.config.mjs
@@ -5,7 +5,7 @@ const withNextra = nextra({
5
})
6
7
const nextConfig = {
8
- images: { unoptimized: true } // Required since GitHub Pages doesn't support Next.js Image Optimization
+
9
}
10
11
export default withNextra(nextConfig)
0 commit comments