Skip to content

Commit 06d7664

Browse files
committed
Update next-config
1 parent 2c8d490 commit 06d7664

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

next.config.mjs

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ const nextConfig = {
2727
});
2828
return config;
2929
},
30+
images: {
31+
domains: [
32+
"api.microlink.io", // Microlink Image Preview
33+
],
34+
},
3035
};
3136

3237
export default nextConfig;

0 commit comments

Comments
 (0)