We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fae8b commit e01af40Copy full SHA for e01af40
src/html.js
@@ -9,7 +9,7 @@ export default function HTML(props) {
9
<meta httpEquiv="x-ua-compatible" content="ie=edge" />
10
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
11
{props.headComponents}
12
- <script src="https://cdn.usefathom.com/script.js" spa="auto" site="CJWCHZPC" defer></script>
+ <script src="https://cdn.usefathom.com/script.js" spa="auto" site="IJREZCGA" defer></script>
13
</head>
14
<body {...props.bodyAttributes}>
15
{props.preBodyComponents}
0 commit comments