diff options
author | 2022-03-25 16:56:42 -0500 | |
---|---|---|
committer | 2022-03-25 16:56:42 -0500 | |
commit | e232fcda0a625e612624a5090d19e3b4bd0dc4aa (patch) | |
tree | c31df79663cfbfeedf77ff63f07c669a974c57c6 | |
parent | 29723ddcd8d6786913ad0d8d3cd0d3faf8155f67 (diff) | |
download | astro-e232fcda0a625e612624a5090d19e3b4bd0dc4aa.tar.gz astro-e232fcda0a625e612624a5090d19e3b4bd0dc4aa.tar.zst astro-e232fcda0a625e612624a5090d19e3b4bd0dc4aa.zip |
chore: update incorrect changeset
Diffstat (limited to '')
-rw-r--r-- | .changeset/blue-rocks-smoke.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.changeset/blue-rocks-smoke.md b/.changeset/blue-rocks-smoke.md index bb3bbbf1c..4863aef1d 100644 --- a/.changeset/blue-rocks-smoke.md +++ b/.changeset/blue-rocks-smoke.md @@ -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() |