feat: allow images
This commit is contained in:
parent
20f0846ffb
commit
e8b52e9d64
|
|
@ -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" },
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue