diff --git a/config.yaml b/config.yaml index c794906..7453357 100644 --- a/config.yaml +++ b/config.yaml @@ -9,7 +9,7 @@ params: plausibleSiteID: "nolog.cz" # Plausible site id/domain. plausibleTrackerURL: "https://plausible.nolog.cz/js/plausible.js" # Plausible url, schemaless and no slash on end. Optional, defaults to "plausible.io/…" tickerApiURL: https://ticker.nolog.cz/v1/timeline - tickerClientURL: https://demo.ticker.nolog.cz + tickerClientURL: updates.nolog.cz defaultContentLanguage: cs diff --git a/layouts/partials/ticker.html b/layouts/partials/ticker.html index 4e1f44f..e095ff8 100644 --- a/layouts/partials/ticker.html +++ b/layouts/partials/ticker.html @@ -1,7 +1,7 @@
res.json()) .then(json => { const data = json.data?.messages ?? null