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 Plausible tracker within tracker.js has been updated. This change was necessary to redirect tracking data to the new backend server at beastful.org.
  • Loading branch information
reatlat committed Apr 13, 2024
1 parent a2245d1 commit 588e7a8
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 588e7a8

Please sign in to comment.