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({
|
||||
title: 'MinimalViableK8s',
|
||||
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: [
|
||||
{
|
||||
label: 'MVK',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue