diff --git a/astro.config.mjs b/astro.config.mjs index a6ce845..913410b 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -24,6 +24,16 @@ export default defineConfig({ sitemap(), starlight({ title: "Alex Lebens Docs", + head: [ + { + tag: 'script', + attrs: { + src: 'https://rybbit.alexlebens.dev/api/script.js', + 'data-site-id': 'a8768eb5f5ff', + defer: true, + }, + }, + ], customCss: [ './src/styles/custom.css', ],