Skip to content

Commit 6f2f761

Browse files
committed
feat: add basic analytics
1 parent 71d8f9f commit 6f2f761

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Layout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const { title } = Astro.props;
1010
<meta name="viewport" content="width=device-width" />
1111
<meta name="generator" content="Rustular 0.0.0" />
1212
<title>{title} - Rustular</title>
13+
<script defer data-domain="rustular.pages.dev" src="https://ingest.tokia.dev/js/plausible.js"></script>
1314
</head>
1415
<body class="bg-slate-950 font-sans text-white">
1516
<header class="mb-16 flex h-16 items-center border-b border-slate-700">

0 commit comments

Comments
 (0)