Skip to content

Commit

Permalink
📝 more content
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultleouay committed Nov 24, 2024
1 parent 0b863e2 commit adb4d2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/docs/src/components/Head.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ const url = `https://openstatus.dev/api/og?title=${siteTitle}&description=${titl
<script is:inline defer data-domain="docs.openstatus.dev" src="https://plausible.io/js/script.js" />

<!-- REMINDER: prevent unexpected font flashes for our 'OpenStatus' logo on each page load -->
<link rel="preload" href="/fonts/CalSans-SemiBold.ttf" as="font" type="font/ttf" crossorigin>
<link rel="preload" href="/fonts/CalSans-SemiBold.ttf" as="font" type="font/ttf" crossorigin>
<script defer async src="https://buttons.github.io/buttons.js" />


0 comments on commit adb4d2c

Please sign in to comment.