Skip to content

Commit 1f409be

Browse files
committed
chore: fix url for hits
1 parent 6d42170 commit 1f409be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/pages/_layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@
8181
hits: 0,
8282
async init() {
8383
const registerHit = await fetch(
84-
`https://hits.goblin.run/hit?url=${window.location.href}`
84+
`https://hits.barelyhuman.xyz/hit?url=${window.location.href}`
8585
);
8686
const hitsCount =
87-
await fetch(`https://hits.goblin.run/hits?url=${window.location.href}`).then(d=>d.json());
87+
await fetch(`https://hits.barelyhuman.xyz/hits?url=${window.location.href}`).then(d=>d.json());
8888
this.hits = hitsCount.count
8989
},
9090
}"

0 commit comments

Comments
 (0)