feat: allow images

This commit is contained in:
DIYgod 2024-03-17 18:37:16 +08:00
parent 20f0846ffb
commit e8b52e9d64
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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" },
],