Skip to content

Commit

Permalink
chore: add vercel analytics script
Browse files Browse the repository at this point in the history
  • Loading branch information
jpudysz committed Oct 11, 2023
1 parent a7a5bb2 commit 602adc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/components/Seo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ const openGraph = {
]
}}
/>
<slot/>
<script defer src="/_vercel/insights/script.js"></script>
</head>
<slot/>
4 changes: 4 additions & 0 deletions docs/src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
--sl-logo-brightness: brightness(0%)
}

.site-title {
gap: 5px;
}

select {
outline: none;
}
Expand Down

0 comments on commit 602adc8

Please sign in to comment.