diff options
author | Alan Pearce | 2024-06-28 16:03:38 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-28 16:03:38 +0200 |
commit | e0caef12b8c0029fb8507540ed2d3c1dfa5db9e9 (patch) | |
tree | 80afc43efe4951b32bd1244f80a8cff0d22c83ea | |
parent | 93058f6cd36c9d009773331e60fa78695f6661f2 (diff) | |
download | website-e0caef12b8c0029fb8507540ed2d3c1dfa5db9e9.tar.lz website-e0caef12b8c0029fb8507540ed2d3c1dfa5db9e9.tar.zst website-e0caef12b8c0029fb8507540ed2d3c1dfa5db9e9.zip |
make goatcounter URL configurable
-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 |