diff --git a/package-lock.json b/package-lock.json index 56d9181..52c6f1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,6 @@ "@astrolib/analytics": "^0.5.0", "@astrolib/seo": "^1.0.0-beta.6", "@fontsource-variable/inter": "^5.1.0", - "@jop-software/astro-cookieconsent": "^3.0.0", "astro": "^4.15.5", "astro-embed": "^0.7.2", "astro-icon": "^1.1.1", @@ -1775,14 +1774,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@jop-software/astro-cookieconsent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@jop-software/astro-cookieconsent/-/astro-cookieconsent-3.0.0.tgz", - "integrity": "sha512-EbjaGgzqKW17Ik8JI7HqBboCPIWsz+6CUh3s6Nw3AXp+TbFpg+GVI6Hqhtw7A+8tmO2N3KGsuaKP7GQbrZyTHw==", - "peerDependencies": { - "vanilla-cookieconsent": "^3.0.0" - } - }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.5", "license": "MIT", diff --git a/package.json b/package.json index f9be966..ec436f5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,6 @@ "@astrolib/analytics": "^0.5.0", "@astrolib/seo": "^1.0.0-beta.6", "@fontsource-variable/inter": "^5.1.0", - "@jop-software/astro-cookieconsent": "^3.0.0", "astro": "^4.15.5", "astro-embed": "^0.7.2", "astro-icon": "^1.1.1", diff --git a/src/config.yaml b/src/config.yaml index 9a16d53..acfdf74 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -65,8 +65,8 @@ apps: analytics: vendors: - googleAnalytics: - id: G-BLJ76WR8JE + G: + id: null # or "G-XXXXXXXXXX" ui: theme: 'system' # Values: "system" | "light" | "dark" | "light:only" | "dark:only"