Skip to content

Commit 4df6c73

Browse files
committed
Disables image optimization
1 parent ab0e5f7 commit 4df6c73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

next.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ const nextConfig = {
44
experimental: {
55
scrollRestoration: true,
66
},
7-
output: 'export'
7+
output: 'export',
8+
images: {
9+
unoptimized: true
10+
}
811
}
912

1013
module.exports = nextConfig

0 commit comments

Comments
 (0)