I'm using Astro with vercel and Cloudflare.
I did add the adapter in Astro.config.
adapter: vercel({
analytics: true,
}),
The vercel official documentation recommend to additionally, forward all requests to /_vercel/insights/* to the deployments to ensure proper functioning of Web Analytics through the proxy (https://vercel.com/docs/concepts/analytics/quickstart#not-working-with-proxy-e.g.,-cloudflare)
But I don't know how to do that.
Can anybody help me please?