Add self-hosted analytics
This commit is contained in:
parent
dbdb3f9893
commit
58172c9fb0
@ -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}
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user