Skip to content

Commit

Permalink
refactor: remove umami script on _app.tsx
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Disable analytics feature by Umami service
  • Loading branch information
mateusfg7 committed Jan 24, 2023
1 parent bb3368b commit 3eca2df
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ const MyApp: React.FC<AppProps> = ({ Component, pageProps }) => {
property="twitter:image"
content="https://noisekun.vercel.app/images/banner.png"
/>

<script
async
defer
data-website-id="cd21c714-5753-4e56-ad9a-8a5dee7bcc9d"
src="https://mateusfg7-umami-instance.herokuapp.com/umami.js"
data-domains="noisekun.vercel.app"
/>
</Head>
<Component {...pageProps} />
</>
Expand Down

0 comments on commit 3eca2df

Please sign in to comment.