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() {