Add plausible analytics

This commit is contained in:
Jon Staab
2024-10-25 14:15:35 -07:00
parent 9debd15026
commit a22b9e40e0
3 changed files with 34 additions and 23 deletions

View File

@@ -16,10 +16,10 @@ export default {
},
csp: {
directives: {
"script-src": ["self", "plausible.io"],
"script-src": ["self", "plausible.coracle.social"],
"worker-src": ["self", "blob:"],
"style-src": ["self", "unsafe-inline"],
"frame-src": ["open.spotify.com", "embed.tidal.com"],
"frame-src": ["none"],
"child-src": ["none"],
"form-action": ["none"],
},