Skip to content

Commit

Permalink
Update API host in tracker.js
Browse files Browse the repository at this point in the history
The API host for the tracker has been updated from "firebird.sunnypixels.workers.dev" to "firebird.beastful.org". This change ensures that the event tracking service communicates with the correct server endpoint.
  • Loading branch information
reatlat committed Apr 13, 2024
1 parent 864b0b6 commit 5986f6f
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 5986f6f

Please sign in to comment.