mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
docs: analytics + title
This commit is contained in:
parent
9ea68f858d
commit
edbd7d506e
2 changed files with 13 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue