Skip to content

Commit

Permalink
Update umami script
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Nov 3, 2023
1 parent 0d11b8a commit de00058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const MyApp = ({Component, pageProps}: AppProps & {Component: CustomNextPage<any

{
process.env.NODE_ENV === 'production' && (
<script async defer data-website-id='6d73d07c-c64e-41db-9db7-5688da4d5945' src='https://um.maxisom.me/umami.js'/>
<script async defer data-website-id='6d73d07c-c64e-41db-9db7-5688da4d5945' src='https://um.maxisom.me/script.js'/>
)
}

Expand Down

1 comment on commit de00058

@vercel
Copy link

@vercel vercel bot commented on de00058 Nov 3, 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.