mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-24 18:36:41 +07:00
add analytics
This commit is contained in:
parent
c4c6aa2294
commit
eb098848a5
2 changed files with 17 additions and 0 deletions
1
.tool-versions
Normal file
1
.tool-versions
Normal file
|
@ -0,0 +1 @@
|
||||||
|
nodejs 16.20.0
|
|
@ -50,3 +50,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</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