Skip to content

Commit e01af40

Browse files
authored
fix fathom analytics site id
1 parent f4fae8b commit e01af40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function HTML(props) {
99
<meta httpEquiv="x-ua-compatible" content="ie=edge" />
1010
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
1111
{props.headComponents}
12-
<script src="https://cdn.usefathom.com/script.js" spa="auto" site="CJWCHZPC" defer></script>
12+
<script src="https://cdn.usefathom.com/script.js" spa="auto" site="IJREZCGA" defer></script>
1313
</head>
1414
<body {...props.bodyAttributes}>
1515
{props.preBodyComponents}

0 commit comments

Comments
 (0)