diff options
author | Alan Pearce | 2024-06-29 13:49:14 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-29 13:49:14 +0200 |
commit | bb0041a2264427104f48902152a73cac54e004e0 (patch) | |
tree | 4d42bfcb02c01bec21add57b5fa2146aaf6be767 /config.toml | |
parent | e0caef12b8c0029fb8507540ed2d3c1dfa5db9e9 (diff) | |
download | website-bb0041a2264427104f48902152a73cac54e004e0.tar.lz website-bb0041a2264427104f48902152a73cac54e004e0.tar.zst website-bb0041a2264427104f48902152a73cac54e004e0.zip |
switch to self-hosted goatcounter
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.toml b/config.toml index 40efd77..f6bf8ed 100644 --- a/config.toml +++ b/config.toml @@ -19,7 +19,7 @@ domains = [ oidc_host = "https://id.alanpearce.eu/" -goatcounter = "https://alanpearce-eu.goatcounter.com/count" +goatcounter = "https://stats.alanpearce.eu/count" [[taxonomies]] name = "tags" @@ -40,11 +40,11 @@ goatcounter = "https://alanpearce-eu.goatcounter.com/count" ] image-src = [ "'self'", - "https://gc.zgo.at", + "https://stats.alanpearce.eu", ] script-src = [ "'self'", - "https://gc.zgo.at", + "https://stats.alanpearce.eu", ] style-src = [ ## index.html style @@ -56,7 +56,7 @@ goatcounter = "https://alanpearce-eu.goatcounter.com/count" "https://kagi.com", ] connect-src = [ - "https://alanpearce-eu.goatcounter.com/count", + "https://stats.alanpearce.eu/count", ] require-trusted-types-for = [ "'script'", |