docs: analytics + title

This commit is contained in:
Gabe Farrell 2025-06-13 17:06:34 -04:00
parent 9ea68f858d
commit edbd7d506e
2 changed files with 13 additions and 0 deletions

View file

@ -8,6 +8,16 @@ import tailwindcss from '@tailwindcss/vite';
export default defineConfig({
integrations: [
starlight({
head: [
{
tag: 'script',
attrs: {
src: 'https://static.cloudflareinsights.com/beacon.min.js',
'data-cf-beacon': '{"token": "1948caaaba10463fa1d310ee02b0951c"}',
defer: true,
}
}
],
title: 'Koito',
logo: {
src: './src/assets/logo_text.png',

View file

@ -14,6 +14,9 @@ hero:
link: https://koito.mnrva.dev
icon: external
variant: minimal
head:
- tag: title
content: Docs | Koito
---
import { Card, CardGrid } from '@astrojs/starlight/components';