We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de98224 + 01420af commit 9085b77Copy full SHA for 9085b77
gatsby-ssr.js
@@ -37,12 +37,6 @@ export function onPreRenderHTML({
37
38
const postBodyComponents = [...getPostBodyComponents()]
39
40
- postBodyComponents.push(
41
- <script
42
- key="contentsquare"
43
- src="https://t.contentsquare.net/uxa/c07af53c07b18.js"
44
- />
45
- )
46
postBodyComponents.push(<Segment key="segment" trackPage={false} />)
47
postBodyComponents.push(<Intercom key="intercom" />)
48
postBodyComponents.push(<Sentry key="sentry" />)
0 commit comments