diff options
author | Alan Pearce | 2024-06-28 16:03:38 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-28 16:03:38 +0200 |
commit | 82baf3c72e8aeec606b2c3fcd34b7ad8b4e1bc40 (patch) | |
tree | 34fbbdc966f8d2c3863e03147fb149a72ee01367 /config.toml | |
parent | 32a2145ee44cc301551ce2e4d24ed34361ebd4b2 (diff) | |
download | website-82baf3c72e8aeec606b2c3fcd34b7ad8b4e1bc40.tar.lz website-82baf3c72e8aeec606b2c3fcd34b7ad8b4e1bc40.tar.zst website-82baf3c72e8aeec606b2c3fcd34b7ad8b4e1bc40.zip |
make goatcounter URL configurable
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml b/config.toml index db9bab6..40efd77 100644 --- a/config.toml +++ b/config.toml @@ -19,6 +19,8 @@ domains = [ oidc_host = "https://id.alanpearce.eu/" +goatcounter = "https://alanpearce-eu.goatcounter.com/count" + [[taxonomies]] name = "tags" feed = true |