Skip to content

Commit

Permalink
fix head
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinanielsen committed Jan 14, 2025
1 parent 5ca8728 commit 57788cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
10 changes: 10 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ export default defineConfig({
integrations: [
starlight({
title: "Go-Fast CDN",
head: [
{
tag: "script",
attrs: {
defer: true,
"data-domain": "kevinanielsen.github.io/go-fast-cdn",
src: "https://plausible.kevinan.xyz/js/script.js",
},
},
],
social: {
github: "https://github.com/kevinanielsen/go-fast-cdn",
},
Expand Down
7 changes: 0 additions & 7 deletions docs/src/components/Header.astro

This file was deleted.

0 comments on commit 57788cf

Please sign in to comment.