feat: add rybbit tracking
This commit is contained in:
@@ -24,6 +24,16 @@ export default defineConfig({
|
|||||||
sitemap(),
|
sitemap(),
|
||||||
starlight({
|
starlight({
|
||||||
title: "Alex Lebens Docs",
|
title: "Alex Lebens Docs",
|
||||||
|
head: [
|
||||||
|
{
|
||||||
|
tag: 'script',
|
||||||
|
attrs: {
|
||||||
|
src: 'https://rybbit.alexlebens.dev/api/script.js',
|
||||||
|
'data-site-id': 'a8768eb5f5ff',
|
||||||
|
defer: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
customCss: [
|
customCss: [
|
||||||
'./src/styles/custom.css',
|
'./src/styles/custom.css',
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user