diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index f53dd3f..da3ebd1 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -52,4 +52,4 @@ if (Astro.props.title) { async defer src="https://spectare.nicco.io/unicorn.js" - data-website-id="bc7525c5-6928-49e1-9255-aca296947def"> + data-website-id="89387e25-78e1-40e9-8127-0a8fd380c1be"> diff --git a/src/components/ContactLinks.astro b/src/components/ContactLinks.astro index 667f024..86ab374 100644 --- a/src/components/ContactLinks.astro +++ b/src/components/ContactLinks.astro @@ -11,7 +11,7 @@ const links: { label: string; url: string; icon: astroHTML.JSX.Element }[] = [ { label: 'Chat on discord', url: 'https://discord.gg/wS7RpYTYd2', icon: ChatBubbles }, { label: 'GitHub', url: 'https://github.com/cupcakearmy', icon: Github }, { label: 'Support my work', url: 'https://github.com/sponsors/cupcakearmy', icon: Heart }, - { label: 'Traffic', url: 'https://spectare.nicco.io/share/HYgOcrlfHxGB9RAR/nicco.io', icon: Trending }, + { label: 'Traffic', url: 'https://spectare.nicco.io/share/670lLNIH7EjetcOk/nicco.io', icon: Trending }, { label: 'Privacy', url: '/privacy', icon: FingerPrint }, ] ---