diff --git a/next.config.js b/next.config.js index 092b5333..d5e24e83 100644 --- a/next.config.js +++ b/next.config.js @@ -47,11 +47,9 @@ module.exports = withBundleAnalyzer( }, images: { - dangerouslyAllowSVG: true, contentSecurityPolicy: "default-src 'self'; script-src 'none'; sandbox; style-src 'unsafe-inline';", remotePatterns: [ - { hostname: "**" }, { protocol: "https", hostname: "pbs.twimg.com" }, { protocol: "https", hostname: "abs.twimg.com" }, ],