Skip to content

Commit

Permalink
feat: add umami analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofcornejo committed Nov 21, 2024
1 parent c810602 commit 619a22e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ const { title } = Astro.props;
<head>
<link rel="sitemap" href="/sitemap-index.xml" />
<meta charset="UTF-8" />
<meta name="description" content="Astro description" />
<script is:inline defer src="https://analytics.diegocornejo.com/script.js" data-website-id="d49d0638-0710-4b43-91c8-e887c1afb079"></script>
<meta name="description" content="Welcome to Evolution Server, a versatile platform for creating Yu-Gi-Oh! matches, fully compatible with EDOPro, Koishi, and YGO Mobile!" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" href="/favicon.ico" />
<meta name="generator" content={Astro.generator} />
Expand Down

0 comments on commit 619a22e

Please sign in to comment.