chore: update incorrect changeset

This commit is contained in:
Nate Moore 2022-03-25 16:56:42 -05:00
parent 29723ddcd8
commit e232fcda0a

View file

@ -10,7 +10,7 @@ This change adds a Netlify adapter that uses Netlify Functions. You can use it l
```js
import { defineConfig } from 'astro/config';
import netlify from '@astrojs/netlify';
import netlify from '@astrojs/netlify/functions';
export default defineConfig({
adapter: netlify()