Skip to content

Commit

Permalink
Merge pull request #1449 from codyogden/umami
Browse files Browse the repository at this point in the history
Update umami config
  • Loading branch information
codyogden authored Oct 9, 2023
2 parents dc70929 + 5e49c78 commit 3e2e3e4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ declare global {

const MyApp: React.FC<AppProps> = ({ Component, pageProps }) => {
return <>
<script async defer data-website-id={process.env.UMAMI_ID} src="/_next/static/umami.js" />
<script
async
defer
data-website-id={process.env.UMAMI_ID}
data-host-url='https://killedbygoogle.com'
src="/_next/static/umami.js"
/>
<Component {...pageProps} />
</>
}
Expand Down

1 comment on commit 3e2e3e4

@vercel
Copy link

@vercel vercel bot commented on 3e2e3e4 Oct 9, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.