diff options
author | Alan Pearce | 2024-06-28 16:03:38 +0200 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:56:49 +0100 |
commit | 505ad5aa2bada31e2963eb33281a5f7e28bdff75 (patch) | |
tree | 1fd15ad13971bee426b30a7d4c16a941f4c8bbe0 /config.toml | |
parent | 7f8bac7d44970e7d2375b5857efc7132dcefaee4 (diff) | |
download | website-505ad5aa2bada31e2963eb33281a5f7e28bdff75.tar.lz website-505ad5aa2bada31e2963eb33281a5f7e28bdff75.tar.zst website-505ad5aa2bada31e2963eb33281a5f7e28bdff75.zip |
switch to self-hosted goatcounter
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 3f22ee7..295f9bc 100644 --- a/config.toml +++ b/config.toml @@ -20,6 +20,8 @@ domains = [ oidc_host = "https://id.alanpearce.eu/" +goatcounter = "https://stats.alanpearce.eu/count" + [[taxonomies]] name = "tags" feed = true @@ -37,11 +39,11 @@ base-uri = [ ] 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 @@ -55,7 +57,7 @@ frame-ancestors = [ "https://kagi.com", ] connect-src = [ - "https://alanpearce-eu.goatcounter.com/count", + "https://stats.alanpearce.eu/count", ] require-trusted-types-for = [ "'script'", |