File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 38
38
gtag ( 'config' , 'G-8D0MD2S4PK' ) ;
39
39
</ script >
40
40
<!-- Cloudflare (turnstile) -->
41
- < script async src ="https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onAppReady "> </ script >
41
+ < script defer src ="https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onAppReady "> </ script >
42
42
43
43
44
44
< title > React App</ title >
Original file line number Diff line number Diff line change @@ -81,9 +81,6 @@ function Html({
81
81
async
82
82
src = "https://www.googletagmanager.com/gtag/js?id=G-8D0MD2S4PK"
83
83
> </ script >
84
- < script >
85
-
86
- </ script >
87
84
< script
88
85
dangerouslySetInnerHTML = { {
89
86
__html : `window.dataLayer = window.dataLayer || [];
@@ -94,7 +91,7 @@ function Html({
94
91
} }
95
92
> </ script >
96
93
< script
97
- async
94
+ defer
98
95
src = "https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onAppReady"
99
96
> </ script >
100
97
</ head >
You can’t perform that action at this time.
0 commit comments