From e8b52e9d647da8515aa5b08498dcbc3829139814 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sun, 17 Mar 2024 18:37:16 +0800 Subject: [PATCH] feat: allow images --- next.config.js | 1 + 1 file changed, 1 insertion(+) 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" }, ],