Skip to content

Commit

Permalink
Fix a bug created by source formatting 🪲.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarty committed Sep 16, 2024
1 parent 69afb75 commit 395f979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/analytics/Umami.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export interface Props {
const { dataId, site, host = '/umami.js' } = Astro.props
---

<script defer src={site} {host} data-website-id={dataId}></script>
<script defer src={site + host} data-website-id={dataId}></script>

0 comments on commit 395f979

Please sign in to comment.