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 fd9005f commit a55326dCopy full SHA for a55326d
1 file changed
app/web/pages/_document.tsx
@@ -40,6 +40,10 @@ 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
44
+ async
45
+ src="https://twdl.couchers.org/script.js"
46
+ ></script>
47
</Head>
48
<body>
49
<InitColorSchemeScript
0 commit comments