mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-14 18:05:55 -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({
|
export default defineConfig({
|
||||||
integrations: [
|
integrations: [
|
||||||
starlight({
|
starlight({
|
||||||
|
head: [
|
||||||
|
{
|
||||||
|
tag: 'script',
|
||||||
|
attrs: {
|
||||||
|
src: 'https://static.cloudflareinsights.com/beacon.min.js',
|
||||||
|
'data-cf-beacon': '{"token": "1948caaaba10463fa1d310ee02b0951c"}',
|
||||||
|
defer: true,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
title: 'Koito',
|
title: 'Koito',
|
||||||
logo: {
|
logo: {
|
||||||
src: './src/assets/logo_text.png',
|
src: './src/assets/logo_text.png',
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,9 @@ hero:
|
||||||
link: https://koito.mnrva.dev
|
link: https://koito.mnrva.dev
|
||||||
icon: external
|
icon: external
|
||||||
variant: minimal
|
variant: minimal
|
||||||
|
head:
|
||||||
|
- tag: title
|
||||||
|
content: Docs | Koito
|
||||||
---
|
---
|
||||||
|
|
||||||
import { Card, CardGrid } from '@astrojs/starlight/components';
|
import { Card, CardGrid } from '@astrojs/starlight/components';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue