From bc51d0f59fdc703f825839a959c9416913050544 Mon Sep 17 00:00:00 2001 From: Sebastian Weise Date: Mon, 31 Oct 2022 12:02:38 +0100 Subject: [PATCH] Removed danger part of next.config --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index d68d688d..962c387c 100644 --- a/next.config.js +++ b/next.config.js @@ -53,7 +53,6 @@ module.exports = { return config; }, images: { - dangerouslyAllowSVG: true, domains: [new URL(process.env.NEXT_PUBLIC_CUSTOM_LOGO_URL).hostname], }, async headers() {