Skip to content

Commit

Permalink
fix: update umami script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ngshiheng committed Sep 10, 2023
1 parent 5d5c9f4 commit 4f058ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;700&display=swap" rel="stylesheet" />
<script src="https://kit.fontawesome.com/15181efa86.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/bulma.min.css" />
<script async defer data-website-id="9860fa16-de2e-4eaa-b0b4-f11c471ad4d6" src="https://umami.jerrynsh.com/umami.js"></script>
<script async src="https://umami.jerrynsh.com/script.js" data-website-id="9860fa16-de2e-4eaa-b0b4-f11c471ad4d6"></script>
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onloadTurnstileCallback" async defer></script>
<script>
let sitekey = '0x4AAAAAAAAujdqolLL946vD'
Expand Down

0 comments on commit 4f058ab

Please sign in to comment.