Skip to content

Commit

Permalink
chore: switch umami to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
y3owk1n committed Jan 7, 2024
1 parent a83c20f commit cffe23f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions src/app/(main)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Script from "next/script";
import RootProviders from "./RootProviders.client";

const title = "Kyle Wong - Digital Marketer, Web Developer.";
const description = `Hello, I'm Kyle, a digital marketer and web developer, based in the Malaysia πŸ‡²πŸ‡Ύ.`;
const description = `Hello, I'm Kyle, a digital marketer and web developer, based in the Malaysia πŸ‡².`;
const image = encodeURI(
`${
devEnvironment ? DEVDOMAIN : DOMAIN
Expand Down Expand Up @@ -111,8 +111,10 @@ export default function RootLayout({
{!isDev && (
<Script
async
src={"https://5oddwdpyqe.kylewong.my/umami.js"}
data-website-id="2732127c-366b-4a69-8067-b750b856bbd4"
src={
"https://umami-production-dc37.up.railway.app/script.js"
}
data-website-id="420ddc93-aa75-44aa-89a8-096469720716"
strategy="lazyOnload"
/>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ So now, make sure you have created a subdomain of the website that you're lookin

πŸ₯³ That's really it!

Up to this point, i'm liking everything that Umami has to offer. Simple integration, minimal UI, and it also comes with a sharable link to my own analytics. Here's the&nbsp;[**shareable link for this blog**](https://5oddwdpyqe.kylewong.my/share/zT7fHNea/Kyle%20Blog)&nbsp;that might convince you into Umami πŸ˜‰.
Up to this point, i'm liking everything that Umami has to offer. Simple integration, minimal UI, and it also comes with a sharable link to my own analytics. Here's the&nbsp;[**shareable link for this blog**](https://umami-production-dc37.up.railway.app/share/d40u2GGQAOdWN6gD/Kyle%20Blog)&nbsp;that might convince you into Umami πŸ˜‰.

To end this topic, if there's no reason to use Google Analytics and Facebook Pixel,&nbsp;**please don't**. Pick any from the list above and respect everyone that visits your site. Cheers πŸ₯‚

1 comment on commit cffe23f

@vercel
Copy link

@vercel vercel bot commented on cffe23f Jan 7, 2024

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:

blog – ./

blog-y3owk1n.vercel.app
blog-git-main-y3owk1n.vercel.app
www.kylewong.my
kylewong.my

Please sign in to comment.