Skip to content

Commit c0d1916

Browse files
fix: broken avatar image on production
1 parent 6ff1189 commit c0d1916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module.exports = () => {
7979
hostname: 'picsum.photos',
8080
},
8181
],
82-
unoptimized,
82+
unoptimized: true
8383
},
8484
async headers() {
8585
return [

0 commit comments

Comments
 (0)