Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
proudparrot2 committed Mar 8, 2024
1 parent 211389e commit a9cf94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ document.head.appendChild(fa)
// Plausible
// <script defer data-domain="artclass.site" src="https://plausible.artclass.site/js/script.js"></script>
var plausible = document.createElement('script')
plausible.src = 'https://www.googletagmanager.com/gtag/js?id=G-66ZE075DLD'
plausible.src = '/sf/js/script.js'
plausible.defer = true
plausible.dataset.domain = 'artclass.site'
document.head.appendChild(plausible)
Expand Down

0 comments on commit a9cf94d

Please sign in to comment.