diff --git a/next.config.js b/next.config.js index d5e24e83..714a44c4 100644 --- a/next.config.js +++ b/next.config.js @@ -50,6 +50,7 @@ module.exports = withBundleAnalyzer( 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" }, ],