From 867bf2a00e3d8ea217b3ed83717d8ec71505dcdd Mon Sep 17 00:00:00 2001 From: prototypa Date: Sun, 11 Sep 2022 21:03:11 -0400 Subject: [PATCH] Use @astrolib/analytics --- package.json | 2 +- src/components/core/MetaTags.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f727e90..bfdf130 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@astrojs/rss": "^1.0.0", "@astrojs/sitemap": "^1.0.0", "@astrojs/tailwind": "^1.0.0", - "@astrolib/google-analytics": "^0.2.1", + "@astrolib/analytics": "^0.2.2", "@astrolib/seo": "^0.2.1", "@fontsource/inter": "^4.5.12", "@tailwindcss/typography": "^0.5.7", diff --git a/src/components/core/MetaTags.astro b/src/components/core/MetaTags.astro index cf5ab3d..f382b29 100644 --- a/src/components/core/MetaTags.astro +++ b/src/components/core/MetaTags.astro @@ -1,6 +1,6 @@ --- import { AstroSeo } from "@astrolib/seo" -import { GoogleAnalytics } from "@astrolib/google-analytics" +import { GoogleAnalytics } from "@astrolib/analytics" import { getImage } from '@astrojs/image'; import { getRelativeUrlByFilePath } from '~/utils/directories';