Skip to content

Commit 00850b8

Browse files
Fix script url
1 parent 86a7015 commit 00850b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function MyApp({ Component, pageProps, router }: AppProps) {
3232
async
3333
defer
3434
data-website-id="2529a688-ee5c-4869-9f85-7bb8fa5b6518"
35-
src="https://insights.usman-s.me/umami.js"
35+
src="https://insights.usmans.me/umami.js"
3636
></script>
3737
</Head>
3838
<DefaultSeo {...SEO} />

0 commit comments

Comments
 (0)