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.
2 parents fd9005f + 18cb7a3 commit a25b262Copy full SHA for a25b262
1 file changed
app/web/pages/_document.tsx
@@ -40,6 +40,7 @@ export default function MyDocument(
40
src={`https://www.google.com/recaptcha/enterprise.js?render=${process.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY}`}
41
></script>
42
)}
43
+ <script async src="https://twdl.couchers.org/script.js"></script>
44
</Head>
45
<body>
46
<InitColorSchemeScript
0 commit comments