From f3ee49c9d2058fe0393ebe2c170d08faab6e1f34 Mon Sep 17 00:00:00 2001 From: stefan080106 Date: Tue, 20 Sep 2022 15:58:59 +0200 Subject: [PATCH] :zap: Upate img tag to Next/Image --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/next.config.js b/next.config.js index b7b2623..56b7c6f 100644 --- a/next.config.js +++ b/next.config.js @@ -4,6 +4,9 @@ const nextConfig = { experimental: { outputStandalone: true, }, + images: { + domains: ["cdn.discordapp.com"], + }, }; module.exports = nextConfig;