Astro Guideline: Integrations — Use adapter for deployment. Description: Platform-specific adapters. Do: Correct adapter for host. Don't: Wrong or no adapter. Good Example: @astrojs/vercel for Vercel. Bad Example: No adapter for SSR. Severity: High. Docs: https://docs.astro.build/en/guides/deploy/.