Skip to content

Commit

Permalink
Update apiHost in tracker module
Browse files Browse the repository at this point in the history
The apiHost URL in the event tracker configuration has been updated. This change points our event tracking towards the "firebird.beastful.org" server instead of the previous "sunnypixels.workers.dev" server.
  • Loading branch information
reatlat committed Apr 13, 2024
1 parent 6554ddf commit fd56804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/modules/tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import colorScheme from "./_detectColorScheme";

const {trackEvent, trackPageview, enableAutoOutboundTracking} = Plausible({
domain: "serverless-gems.dev",
apiHost: "https://firebird.sunnypixels.workers.dev/api/event",
apiHost: "https://firebird.beastful.org/api/event",
});

document.addEventListener("DOMContentLoaded", () => {
Expand Down

0 comments on commit fd56804

Please sign in to comment.