Skip to content

Commit f014985

Browse files
committed
fix: load turnstile script
1 parent 5c2df32 commit f014985

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/server/Html.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ function Html({
9090
gtag('config', 'G-8D0MD2S4PK');`,
9191
}}
9292
></script>
93+
<script
94+
defer
95+
src="https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onAppReady"
96+
></script>
9397
</head>
9498
<body data-theme={theme}>
9599
<div id="root" dangerouslySetInnerHTML={{ __html: content }}></div>

0 commit comments

Comments
 (0)