fix: svg turn black
This commit is contained in:
parent
35f0c7e0a1
commit
559a66e560
|
|
@ -47,7 +47,8 @@ module.exports = withBundleAnalyzer(
|
|||
|
||||
images: {
|
||||
dangerouslyAllowSVG: true,
|
||||
contentSecurityPolicy: "default-src 'self'; script-src 'none'; sandbox;",
|
||||
contentSecurityPolicy:
|
||||
"default-src 'self'; script-src 'none'; sandbox; style-src 'unsafe-inline';",
|
||||
remotePatterns: [{ hostname: "**" }],
|
||||
},
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in New Issue