File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
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 src ="https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onAppReady " defer > </ 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 @@ -90,6 +90,10 @@ function Html({
90
90
gtag('config', 'G-8D0MD2S4PK');` ,
91
91
} }
92
92
> </ script >
93
+ < script
94
+ defer
95
+ src = "https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onAppReady"
96
+ > </ script >
93
97
</ head >
94
98
< body data-theme = { theme } >
95
99
< div id = "root" dangerouslySetInnerHTML = { { __html : content } } > </ div >
You can’t perform that action at this time.
0 commit comments