fix missing styles and images

This commit is contained in:
lightling 2025-03-23 16:22:44 -04:00
parent 3e5b30ff5a
commit cb84ace3cf
Signed by: lightling
GPG key ID: F1F29650D537C773

View file

@ -22,7 +22,7 @@
"enable": true, "enable": true,
"scope": ["*/**"] "scope": ["*/**"]
}, },
"csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost" "csp": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' asset: https://asset.localhost blob: data:"
} }
}, },
"bundle": { "bundle": {