From 0952cbb7d106a5e578f663e2e092fba5a56c541a Mon Sep 17 00:00:00 2001 From: mxkxf Date: Sun, 20 Oct 2024 12:39:28 +0100 Subject: [PATCH] Update next.config.js --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 25346ff..5071ba0 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { images: { + dangerouslyAllowSVG: true, remotePatterns: [ { protocol: "https",