1 2 3 4 5 6
import vercel from '@astrojs/vercel'; import { defineConfig } from 'astro/config'; export default defineConfig({ adapter: vercel() });