Skip to content

Commit

Permalink
chore: update incorrect changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed Mar 25, 2022
1 parent 29723dd commit e232fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/blue-rocks-smoke.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e232fcd

Please sign in to comment.