We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2df32 commit f014985Copy full SHA for f014985
src/server/Html.tsx
@@ -90,6 +90,10 @@ function Html({
90
gtag('config', 'G-8D0MD2S4PK');`,
91
}}
92
></script>
93
+ <script
94
+ defer
95
+ src="https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onAppReady"
96
+ ></script>
97
</head>
98
<body data-theme={theme}>
99
<div id="root" dangerouslySetInnerHTML={{ __html: content }}></div>
0 commit comments