Skip to content

Commit

Permalink
Added Umami Cloud analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeck committed Mar 6, 2023
1 parent ec7a0d9 commit ddefec1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pages/_app.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import { Analytics } from '@vercel/analytics/react';
import {Analytics} from '@vercel/analytics/react';
import Script from 'next/script'

function MyApp({ Component, pageProps }) {
function MyApp({Component, pageProps}) {
return (
<>
<Component {...pageProps} />
<Analytics />
<Analytics/>
<Script strategy="afterInteractive" src="https://analytics.umami.is/script.js"
data-website-id="6fa86d7f-8c94-4fcb-94c4-5e9a08f7e2f2" />
</>
);
}
Expand Down

1 comment on commit ddefec1

@vercel
Copy link

@vercel vercel bot commented on ddefec1 Mar 6, 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:

summaize – ./

summaize-georgeck.vercel.app
summaize-git-main-georgeck.vercel.app
summaize.georgeck.me

Please sign in to comment.