From fe9141415a0237293eb33cebb62a820fdcfc3cdf Mon Sep 17 00:00:00 2001 From: prototypa <54446028+prototypa@users.noreply.github.com> Date: Sun, 28 Aug 2022 18:46:12 -0400 Subject: [PATCH] move astro-analytics to devDependencies for now For now we will prioritize SSG, later when everything is quite stable, we will review the possibility of making the template that works in SSR. --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index bd31622..3615c92 100644 --- a/package.json +++ b/package.json @@ -14,13 +14,11 @@ "@astrojs/rss": "^1.0.0", "@astrojs/sitemap": "^1.0.0", "@astrojs/tailwind": "^1.0.0", + "@julian_cataldo/astro-analytics": "^0.11.5", "@tailwindcss/typography": "^0.5.4", "astro": "^1.0.0", "astro-icon": "^0.7.3", "reading-time": "^1.5.0", "subfont": "^6.9.0" - }, - "dependencies": { - "@julian_cataldo/astro-analytics": "^0.11.5" } }