Skip to content

Commit 0984300

Browse files
committed
For test.
1 parent 1dfcc4a commit 0984300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/partials/htmlHead.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const HtmlHead = () => {
108108
href="https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Source+Serif+4:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap"
109109
rel="stylesheet"
110110
/>
111-
<Script id="heap-id" strategy="afterInteractive">
111+
<Script id="heap-id" strategy="post-hydrate">
112112
{`
113113
window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=document.createElement("script");r.type="text/javascript",r.async=!0,r.src="https://cdn.heapanalytics.com/js/heap-"+e+".js";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(r,a);for(var n=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["addEventProperties","addUserProperties","clearEventProperties","identify","resetIdentity","removeEventProperty","setEventProperties","track","unsetEventProperty"],o=0;o<p.length;o++)heap[p[o]]=n(p[o])};
114114
heap.load(${ID});

0 commit comments

Comments
 (0)