From 3794a48595cc6cfc79b26f231ee0461a9077582e Mon Sep 17 00:00:00 2001 From: skidoodle <53189968+skidoodle@users.noreply.github.com> Date: Tue, 16 Aug 2022 20:36:32 +0200 Subject: [PATCH] Update next.config.js Signed-off-by: skidoodle <53189968+skidoodle@users.noreply.github.com> --- next.config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/next.config.js b/next.config.js index a82d39e..e674786 100644 --- a/next.config.js +++ b/next.config.js @@ -1,10 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, - swcMinify: true, - images: { - domains: ['i.arch.gay', 'cdn.discordapp.com'] - } + swcMinify: true } module.exports = nextConfig