Add self-hosted analytics
This commit is contained in:
parent
dbdb3f9893
commit
58172c9fb0
@ -12,6 +12,7 @@ export default function HTML(props) {
|
|||||||
name="viewport"
|
name="viewport"
|
||||||
/>
|
/>
|
||||||
{props.headComponents}
|
{props.headComponents}
|
||||||
|
<script async defer data-domain="chuckdries.com" src="https://analytics.chuckdries.com/js/plausible.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body {...props.bodyAttributes}>
|
<body {...props.bodyAttributes}>
|
||||||
{props.preBodyComponents}
|
{props.preBodyComponents}
|
||||||
|
@ -86,7 +86,7 @@ const IndexPage = ({ data: { allFile: { edges } } }) => {
|
|||||||
isClient && 'text-muted-dark bg-muted-light border-muted-light')}
|
isClient && 'text-muted-dark bg-muted-light border-muted-light')}
|
||||||
to="/photogallery"
|
to="/photogallery"
|
||||||
>
|
>
|
||||||
Photo Gallery</Link>
|
Photography Gallery</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user