Skip to content

Commit

Permalink
add plausible analytics (self-hosted)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor47 committed Dec 25, 2023
1 parent a527066 commit ffe1cf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export default function Layout({ children }: { children: ReactNode }) {
<meta property="og:description" content="Igor's internet home page and blog" key="description" />
<meta property="og:image" content={`https://igor47.com${Myhead.src}`} key="image" />

<script defer data-api="/api/event" data-domain="igor.moomers.org" src="/js/script.js"></script>

<link rel="manifest" href="/site.webmanifest" />

<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
Expand Down

0 comments on commit ffe1cf7

Please sign in to comment.