Skip to content

Commit

Permalink
feat: add Cloudflare Analytics beacon
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Jul 8, 2024
1 parent 07f17b5 commit d55ef67
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<link rel="apple-touch-icon" href="/static/icon-512.png" />
<meta name="robots" content="noarchive, noindex" />
<meta content="width=device-width,initial-scale=1" name="viewport" />
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "2dcdc91efcdc4bb79f51ea6813121a74"}'
></script>
</head>

<body>
Expand Down
5 changes: 5 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
content="I build web experiences, develop tooling, and maintain open-source libraries."
/>
<meta property="og:url" content="https://iiro.fi" />
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "2dcdc91efcdc4bb79f51ea6813121a74"}'
></script>
</head>

<body>
Expand Down

0 comments on commit d55ef67

Please sign in to comment.