Skip to content

Commit 9ede036

Browse files
committed
remove async for proper handling
1 parent 0e770e6 commit 9ede036

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gatsby-ssr.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ exports.onPreRenderHTML = ({ getHeadComponents, replaceHeadComponents }) => {
2222
'data-px': '<!-- Transcend -->',
2323
src: `https://transcend-cdn.com/${transcendEnv}/1f0cf102-c592-4eb4-834f-e07f2fe68ef1/airgap.js`,
2424
'data-cfasync': 'false',
25-
'data-local-sync': 'allow-network-observable',
26-
async: true
25+
'data-local-sync': 'allow-network-observable'
2726
})
2827
);
2928

0 commit comments

Comments
 (0)