diff --git a/next.config.js b/next.config.js index 828c72d34..49f9d84fe 100644 --- a/next.config.js +++ b/next.config.js @@ -5,15 +5,6 @@ const { withSentryConfig } = require('@sentry/nextjs'); const nextConfig = { output: 'standalone', - images: { - dangerouslyAllowSVG: false, - remotePatterns: [ - { - protocol: 'https', - hostname: '**', - }, - ], - }, async headers() { return [ {