Revert "feat: load scripts conditionally based on path " (#37351)
This reverts commit 87be96a244
.
This commit is contained in:
@ -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)
|
||||
);
|
||||
|
Reference in New Issue
Block a user