Add self-hosted analytics

This commit is contained in:
Chuck Dries 2021-06-18 21:43:46 -07:00
parent dbdb3f9893
commit 58172c9fb0
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ export default function HTML(props) {
name="viewport"
/>
{props.headComponents}
<script async defer data-domain="chuckdries.com" src="https://analytics.chuckdries.com/js/plausible.js"></script>
</head>
<body {...props.bodyAttributes}>
{props.preBodyComponents}

View File

@ -86,7 +86,7 @@ const IndexPage = ({ data: { allFile: { edges } } }) => {
isClient && 'text-muted-dark bg-muted-light border-muted-light')}
to="/photogallery"
>
Photo Gallery</Link>
Photography Gallery</Link>
</div>
</div>
</main>