diff --git a/next.config.mjs b/next.config.mjs index fc5b278..8219780 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { images: { - dangerouslyAllowSVG: true, + unoptimized: true, remotePatterns: [ { protocol: "https",