From 107860d0d3a7cddbbdd1f2366b567b417e116415 Mon Sep 17 00:00:00 2001 From: garethbilaney Date: Sun, 17 Mar 2024 15:54:11 +0100 Subject: [PATCH] ... --- astro.config.mjs | 10 +--------- package.json | 1 - 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 61bd3c552a..0f35f4b663 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,7 +1,6 @@ import { defineConfig } from 'astro/config'; import starlight from '@astrojs/starlight'; import sitemap from "@astrojs/sitemap"; -import partytown from "@astrojs/partytown"; const site = 'https://bibtex.eu/'; @@ -15,13 +14,6 @@ export default defineConfig({ dark: './src/assets/images/logo_dark.svg', replacesTitle: true }, - head: [{ - tag: 'script', - attrs: { - src: 'https://www.googletagmanager.com/gtag/js?id=G-7DVBN2XB65', - type: "text/partytown" - } - }], social: { github: 'https://github.com/citedrive/bibtex.eu', twitter: 'https://twitter.com/bibtex_eu ' @@ -360,5 +352,5 @@ export default defineConfig({ link: 'https://www.behaviorcloud.com/en/' }] }] - }), sitemap(), partytown()] + }), sitemap()] }); \ No newline at end of file diff --git a/package.json b/package.json index 778cca61e2..74be31af2a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "astro": "astro" }, "dependencies": { - "@astrojs/partytown": "^2.0.4", "@astrojs/sitemap": "^3.1.1", "@astrojs/starlight": "^0.21.1", "astro": "^4.3.5",