From b37ee65dd8c196cf0de66abcfe240c4a1371bf77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Thu, 7 Jan 2021 01:19:52 +0900 Subject: [PATCH] feat: optimizing cdn.discordapp.com --- next.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 next.config.js diff --git a/next.config.js b/next.config.js new file mode 100644 index 0000000..b7b6ca2 --- /dev/null +++ b/next.config.js @@ -0,0 +1,5 @@ +module.exports = { + images: { + domains: ['cdn.discordapp.com'] + } +} \ No newline at end of file