Updated readme

This commit is contained in:
JuanM04 2022-03-31 15:12:43 -03:00
parent 764467a21d
commit 437e08e5ca
No known key found for this signature in database
GPG key ID: 0171B712E406271A

View file

@ -9,7 +9,7 @@ import { defineConfig } from 'astro/config';
import vercel from '@astrojs/vercel';
export default defineConfig({
integrations: [netlify()]
adapter: vercel()
});
```