Fix Cloudflare beacon

This commit is contained in:
Rico Sta. Cruz 2024-03-28 21:07:58 +11:00
parent faa73e54b0
commit a7335649e2
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
type Props = { token: string }
const props = Astro.props as Props
const token = { props }
const { token } = props
---
<script