diff --git a/gatsby-ssr.js b/gatsby-ssr.js
index b42af8433..2e492e704 100644
--- a/gatsby-ssr.js
+++ b/gatsby-ssr.js
@@ -5,48 +5,15 @@
*/
import React from 'react';
-import { JS_BUNDLE } from './src/utils/sdk';
import wrapPageElement from './gatsby/wrap-page-element';
// This is needed to ensure the NR1 SDK can load properly
const onPreRenderHTML = ({
- getHeadComponents,
- replaceHeadComponents,
getPostBodyComponents,
replacePostBodyComponents,
}) => {
- replaceHeadComponents([
- ...getHeadComponents(),
- ,
- ,
- ,
- ,
- ,
- ]);
-
replacePostBodyComponents([
...getPostBodyComponents(),
- ,