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