Revert "feat: load scripts conditionally based on path " (#37351)

This reverts commit 87be96a244.
This commit is contained in:
mrugesh
2019-10-17 02:41:33 +05:30
committed by GitHub
parent 87be96a244
commit 2e82c76b53
2 changed files with 6 additions and 17 deletions

View File

@ -38,6 +38,12 @@ export const onRenderBody = ({ setHeadComponents, setPostBodyComponents }) => {
`
}}
key='gtag-dataLayer'
/>,
<script
async={true}
id='stripe-js'
key='stripe-js'
src='https://js.stripe.com/v3/'
/>
].filter(Boolean)
);