From 636863883a1a6e8c2fbe8eff81684ce49824942b Mon Sep 17 00:00:00 2001 From: yudejp Date: Wed, 2 Jun 2021 08:14:38 +0900 Subject: [PATCH] Add mc-heads.net to trusted domains list --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 53916d0..20d2876 100644 --- a/next.config.js +++ b/next.config.js @@ -6,7 +6,7 @@ module.exports = nextTranslate({ defaultLocale: 'ja', }, images: { - domains: ['mackerel.io'], + domains: ['mackerel.io', 'mc-heads.net'], }, webpack: function (config) { config.module.rules.push({