We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce3062 commit e0fa1afCopy full SHA for e0fa1af
src/pages/index.astro
@@ -18,6 +18,7 @@ try {
18
}
19
---
20
21
+<!--
22
<script>
23
import { initAnalytics } from "../utils/analytics";
24
initAnalytics();
@@ -48,8 +49,7 @@ try {
48
49
type="text/javascript"
50
is:inline
51
src="https://wchl25.icphubs.org/script.js"
- data-website-id="4fe431f1-9533-4d92-95f5-efe3782368d3"></script>
52
-
+ data-website-id="4fe431f1-9533-4d92-95f5-efe3782368d3"></script> -->
53
<Layout>
54
{
55
homepageError ? (
0 commit comments