chore: update incorrect changeset
This commit is contained in:
parent
29723ddcd8
commit
e232fcda0a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ This change adds a Netlify adapter that uses Netlify Functions. You can use it l
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import { defineConfig } from 'astro/config';
|
import { defineConfig } from 'astro/config';
|
||||||
import netlify from '@astrojs/netlify';
|
import netlify from '@astrojs/netlify/functions';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
adapter: netlify()
|
adapter: netlify()
|
||||||
|
|
Loading…
Reference in a new issue