Skip to content

Commit

Permalink
Migrate to Lens v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Jan 1, 2025
1 parent dcde191 commit a9290e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/web/src/pages/_document.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Document, { Head, Html, Main, NextScript } from "next/document";
import Script from "next/script";

class HeyDocument extends Document {
render() {
Expand All @@ -16,6 +17,13 @@ class HeyDocument extends Document {
<link href="/ati.png" rel="apple-touch-icon" sizes="180x180" />
<link href="/32x32.png" rel="icon" sizes="32x32" type="image/png" />
<link href="/16x16.png" rel="icon" sizes="16x16" type="image/png" />

{/* Umami Analytics */}
<Script
defer
src="https://cloud.umami.is/script.js"
data-website-id="aa3b1679-7098-49f4-8843-58f5785bbd30"
/>
</Head>
<body>
<Main />
Expand Down

0 comments on commit a9290e5

Please sign in to comment.