Skip to content

Commit

Permalink
fix: integrity hash analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed May 25, 2024
1 parent 363e8cf commit 990cb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hellō Quickstart</title>
<!-- integrity is hard coded here because this file only exists in staging/prod -->
<script defer="" data-domain="quickstart.hello.coop" src="/js/script.hash.js" integrity="sha384-FdT0ckY/mNQfVjNr2bQitP0whLNbQL/hpzDppc+cebo9UkV+1mSBX49sb+8jeoM4" crossorigin="anonymous"></script>
<script defer="" data-domain="quickstart.hello.coop" src="/js/script.hash.js" integrity="sha384-1kvlsmFV0In+ocTgJBWUSDEyMwHcxFD7WzKbrYYq7A6iJAOLn2idnchzq+mxbS3M" crossorigin="anonymous"></script>
<style>
@media (prefers-color-scheme: dark) {
html {
Expand Down

0 comments on commit 990cb2b

Please sign in to comment.