We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6368877 commit 95a6ebbCopy full SHA for 95a6ebb
1 file changed
next.config.js
@@ -3,6 +3,7 @@ const nextConfig = {
3
reactStrictMode: true,
4
images: {
5
domains: ["avatars.githubusercontent.com"],
6
+ unoptimized: true,
7
},
8
};
9
0 commit comments