diff --git a/next.config.js b/next.config.js index b1404c3b..8d4b8c40 100644 --- a/next.config.js +++ b/next.config.js @@ -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: "**" }], }, }),