Skip to content

Commit

Permalink
Update Plausible URL (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
oldsj authored Oct 22, 2024
1 parent bafedec commit 2d638c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ script.src = "//js.hs-scripts.com/22554992.js";
document.body.append(script);

let script2 = document.createElement("script");
script2.src = "https://plausible.trailofbits.network/js/script.js";
script2.src = "https://plausible.gateway.trailofbits.com/js/script.js";
script2.setAttribute("data-domain", "secure-contracts.com");
script2.setAttribute("defer", "defer");
document.body.append(script2);

0 comments on commit 2d638c7

Please sign in to comment.