Skip to content

Commit 9085b77

Browse files
Merge pull request #817 from decentraland/chore/remove-content-square-script
chore: remove ContentSquare script from post body components
2 parents de98224 + 01420af commit 9085b77

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

gatsby-ssr.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ export function onPreRenderHTML({
3737

3838
const postBodyComponents = [...getPostBodyComponents()]
3939

40-
postBodyComponents.push(
41-
<script
42-
key="contentsquare"
43-
src="https://t.contentsquare.net/uxa/c07af53c07b18.js"
44-
/>
45-
)
4640
postBodyComponents.push(<Segment key="segment" trackPage={false} />)
4741
postBodyComponents.push(<Intercom key="intercom" />)
4842
postBodyComponents.push(<Sentry key="sentry" />)

0 commit comments

Comments
 (0)