We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d42170 commit 1f409beCopy full SHA for 1f409be
www/pages/_layout.html
@@ -81,10 +81,10 @@
81
hits: 0,
82
async init() {
83
const registerHit = await fetch(
84
- `https://hits.goblin.run/hit?url=${window.location.href}`
+ `https://hits.barelyhuman.xyz/hit?url=${window.location.href}`
85
);
86
const hitsCount =
87
- await fetch(`https://hits.goblin.run/hits?url=${window.location.href}`).then(d=>d.json());
+ await fetch(`https://hits.barelyhuman.xyz/hits?url=${window.location.href}`).then(d=>d.json());
88
this.hits = hitsCount.count
89
},
90
}"
0 commit comments