Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
Co-authored-by: Armand Philippot <git@armand.philippot.eu>
  • Loading branch information
sarah11918 and ArmandPhilippot authored Jan 3, 2025
1 parent 874b8e0 commit e8e9f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/guides/integrations-guide/vercel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To configure this adapter, pass an object to the `vercel()` function call in `as

With `@vercel/analytics@1.3.x` or earlier, you can set `webAnalytics: { enabled: true }` in your Astro config to inject Vercel’s tracking scripts into all of your pages.

For `@vercel/analytics@1.4.0` and later, use Vercel's Analytics component to enable [Vercel Web Analytics]((https://vercel.com/docs/concepts/analytics) instead.
For `@vercel/analytics@1.4.0` and later, use Vercel's Analytics component to enable [Vercel Web Analytics](https://vercel.com/docs/concepts/analytics) instead.

```js title="astro.config.mjs" ins={8-10}
import { defineConfig } from 'astro/config';
Expand Down

0 comments on commit e8e9f2e

Please sign in to comment.