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 + },