Vercels not recording anything and giving "get started" instructions. The deployment went fine and I used github integration. I added the following in my astro.config.mjs:
adapter: vercel({
webAnalytics: {
enabled: true,
},
speedInsights: {
enabled: true,
},
}),