fix: csp prevents fonts to load (#3225)

This commit is contained in:
Meier Lukas
2025-05-25 16:39:20 +02:00
committed by GitHub
parent 6d9e42cf5d
commit 05e159f566

View File

@@ -67,6 +67,7 @@ const nextConfig: NextConfig = {
frame-src *;
form-action 'self';
img-src * data:;
font-src * data:;
`
.replace(/\s{2,}/g, " ")
.trim(),