Skip to content

Commit a25b262

Browse files
authored
Merge pull request #8106 from Couchers-org/frontend/feature/add-twdl
Add twdl
2 parents fd9005f + 18cb7a3 commit a25b262

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/web/pages/_document.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export default function MyDocument(
4040
src={`https://www.google.com/recaptcha/enterprise.js?render=${process.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY}`}
4141
></script>
4242
)}
43+
<script async src="https://twdl.couchers.org/script.js"></script>
4344
</Head>
4445
<body>
4546
<InitColorSchemeScript

0 commit comments

Comments
 (0)