Skip to content

Commit 83bc6e7

Browse files
authored
fix: plausible script (#612)
Co-authored-by: Daniel N <[email protected]>
1 parent 7527fb7 commit 83bc6e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/.vuepress/config/head.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ module.exports = [
3535
{
3636
defer: true,
3737
'data-domain': 'blog.ipfs.tech',
38-
'data-api': 'https://proxy.daas.workers.dev/api/event',
39-
src: 'https://proxy.daas.workers.dev/js/script.js',
38+
src: 'https://plausible.io/js/plausible.js',
4039
},
4140
],
4241
].concat(favicons)

0 commit comments

Comments
 (0)