Upate img tag to Next/Image

This commit is contained in:
stefan080106
2022-09-20 15:58:59 +02:00
parent 44d0fb110e
commit f3ee49c9d2

View File

@@ -4,6 +4,9 @@ const nextConfig = {
experimental: {
outputStandalone: true,
},
images: {
domains: ["cdn.discordapp.com"],
},
};
module.exports = nextConfig;