mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-08 23:18:15 -07: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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue