Add tracking script to Starlight configuration
This commit is contained in:
parent
242d915452
commit
6c51fdfa3c
1 changed files with 10 additions and 0 deletions
|
|
@ -8,6 +8,16 @@ export default defineConfig({
|
||||||
starlight({
|
starlight({
|
||||||
title: 'MinimalViableK8s',
|
title: 'MinimalViableK8s',
|
||||||
social: [{ icon: 'github', label: 'GitHub', href: 'https://codeberg.org/headshed/infctl-cli' }],
|
social: [{ icon: 'github', label: 'GitHub', href: 'https://codeberg.org/headshed/infctl-cli' }],
|
||||||
|
head: [
|
||||||
|
{
|
||||||
|
tag: 'script',
|
||||||
|
attrs: {
|
||||||
|
defer: true,
|
||||||
|
'data-domain': 'mvk.headshed.dev',
|
||||||
|
src: 'https://stats.headshed.dev/js/script.js'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
label: 'MVK',
|
label: 'MVK',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue