mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
9 lines
181 B
JavaScript
9 lines
181 B
JavaScript
// @ts-check
|
|
import { defineConfig } from 'astro/config';
|
|
|
|
import vercel from '@astrojs/vercel';
|
|
|
|
// https://astro.build/config
|
|
export default defineConfig({
|
|
adapter: vercel()
|
|
}); |