Update .changeset/sixty-teachers-tap.md

Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
This commit is contained in:
Chris 2023-09-12 14:43:34 +02:00 committed by GitHub
parent a44d8bb53a
commit 88cf8e1019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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