From 4a84e17c13dd967a79bbdfde16073f42a00b6ffe Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 18 Jan 2021 22:25:28 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/next.config.js b/next.config.js index 5068cff..389c5ae 100644 --- a/next.config.js +++ b/next.config.js @@ -5,7 +5,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({ }) module.exports = withBundleAnalyzer({ - images: { - domains: ['ssfy.io'] - } + // images: { + // domains: ['ssfy.io'] + // } })