0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-11-03 05:08:35 +09:00

Add crafatar.com to trusted source of images

This commit is contained in:
2021-09-24 16:47:27 +09:00
parent ee913461f1
commit f8357e2068

View File

@@ -19,7 +19,7 @@ module.exports = nextTranslate({
defaultLocale: 'ja', defaultLocale: 'ja',
}, },
images: { images: {
domains: ['mackerel.io', 'mc-heads.net'], domains: ['mackerel.io', 'mc-heads.net', 'crafatar.com'],
}, },
webpack: function (config) { webpack: function (config) {
config.module.rules.push({ config.module.rules.push({