mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
add analytics
This commit is contained in:
parent
c4c6aa2294
commit
eb098848a5
2 changed files with 17 additions and 0 deletions
|
@ -50,3 +50,19 @@
|
|||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
head() {
|
||||
return {
|
||||
script: [
|
||||
{
|
||||
src: "https://anal.vault48.org/script.js",
|
||||
"data-website-id": "7d587423-ffda-4732-a99d-6cf60d5c9a8a",
|
||||
async: true,
|
||||
},
|
||||
],
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue