···42425. You need to set adapter as follows before deploying to Netlify, Vercel, or other platforms, but you can set `linkCard` to `false` in `src/config.ts` to skip this step:
4343 - **Netlify**: `pnpm add @astrojs/netlify` and add `adapter: netlify()` in `astro.config.ts`.
4444 - **Vercel**: `pnpm add @astrojs/vercel` and add `adapter: vercel()` in `astro.config.ts`.
4545- - **Cloudflare Pages**: `pnpm add @astrojs/cloudflare` and add `adapter: cloudflare()` in `astro.config.ts`.
4645 - **Static (e.g. GitHub Pages)**: `pnpm add @astrojs/static` and add `adapter: static()` in `astro.config.ts`.
4746 - Refer to [Astro Deployment Guides](https://docs.astro.build/en/guides/deploy/) for more details.
48474949- [](https://app.netlify.com/start) [](https://vercel.com/new) [](https://pages.cloudflare.com/start)
4848+ [](https://app.netlify.com/start) [](https://vercel.com/new)
50495150## Commands
5251