๐Ÿ“ฆ t3-oss / t3bench

๐Ÿ“„ astro.config.mjs ยท 7 lines
1
2
3
4
5
6
7import { defineConfig } from "astro/config";

import vercel from "@astrojs/vercel/edge";

// https://astro.build/config
export default defineConfig({ adapter: vercel() });