Skip to content

Commit

Permalink
Update apiHost in tracker.js
Browse files Browse the repository at this point in the history
The apiHost URL in the tracking module has been updated. The previous host "firebird.sunnypixels.workers.dev/api/event" has been replaced with the new host "firebird.beastful.org/api/event".
  • Loading branch information
reatlat committed Apr 13, 2024
1 parent 2ca720a commit f5b5ba2
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 f5b5ba2

Please sign in to comment.