add webvital and error track
This commit is contained in:
parent
1ef855c029
commit
a0f5b86aac
1 changed files with 6 additions and 2 deletions
|
|
@ -112,5 +112,9 @@ const { title, description, image = "/blog-placeholder-1.jpg" } = Astro.props;
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<script src="https://rybbit.shiverpeak.xyz/api/script.js" data-site-id="1" defer
|
||||
></script>
|
||||
<script
|
||||
src="https://rybbit.shiverpeak.xyz/api/script.js"
|
||||
data-site-id="1"
|
||||
data-web-vitals="true"
|
||||
data-track-errors="true"
|
||||
defer></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue