Skip to content

Commit

Permalink
revert: remove sa script
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Feb 8, 2023
1 parent ce72134 commit 84d2092
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 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 LensterDocument extends Document {
render() {
Expand All @@ -25,6 +26,19 @@ class LensterDocument extends Document {
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />

{/* Simple Analytics */}
<Script strategy="lazyOnload" id="sa-events">
{`window.sa_event=window.sa_event||function(){var a=[].slice.call(arguments);window.sa_event.q?window.sa_event.q.push(a):window.sa_event.q=[a]};`}
</Script>
<Script strategy="lazyOnload" data-collect-dnt="true" src="https://sa.lenster.xyz/latest.js" />
<noscript>
<img
src="https://sa.lenster.xyz/noscript.gif"
alt=""
referrerPolicy="no-referrer-when-downgrade"
/>
</noscript>
</Head>
<body>
<Main />
Expand Down

2 comments on commit 84d2092

@vercel
Copy link

@vercel vercel bot commented on 84d2092 Feb 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

api – ./apps/api

api.lenster.xyz
lenster-api.vercel.app
api-lenster.vercel.app
api-git-main-lenster.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 84d2092 Feb 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./apps/web

web-git-main-lenster.vercel.app
lenster.vercel.app
lenster.xyz
web-lenster.vercel.app

Please sign in to comment.