From 88cf8e1019241a113d40f1d56a56358b94b7d9b8 Mon Sep 17 00:00:00 2001 From: Chris <7249920+chriswdmr@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:43:34 +0200 Subject: [PATCH] Update .changeset/sixty-teachers-tap.md Co-authored-by: Emanuele Stoppa --- .changeset/sixty-teachers-tap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/sixty-teachers-tap.md b/.changeset/sixty-teachers-tap.md index 94324ac0e..21a2f83f4 100644 --- a/.changeset/sixty-teachers-tap.md +++ b/.changeset/sixty-teachers-tap.md @@ -11,7 +11,7 @@ If you're using the `analytics` property, you'll need to update your config to u // astro.config.mjs export default defineConfig({ adapter: vercel({ -- analytics: true, +- analytics: true, + webAnalytics: { + enabled: true + },