Update .changeset/sixty-teachers-tap.md
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
This commit is contained in:
parent
a44d8bb53a
commit
88cf8e1019
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ If you're using the `analytics` property, you'll need to update your config to u
|
||||||
// astro.config.mjs
|
// astro.config.mjs
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
adapter: vercel({
|
adapter: vercel({
|
||||||
- analytics: true,
|
- analytics: true,
|
||||||
+ webAnalytics: {
|
+ webAnalytics: {
|
||||||
+ enabled: true
|
+ enabled: true
|
||||||
+ },
|
+ },
|
||||||
|
|
Loading…
Add table
Reference in a new issue