diff options
author | 2022-04-02 19:50:17 +0000 | |
---|---|---|
committer | 2022-04-02 19:50:17 +0000 | |
commit | d63213f1198293e72bb9d9734bf4ec8309c515d4 (patch) | |
tree | f560d6639e0aad7c14bc73f837cafd99d01bb5a1 /packages/integrations/netlify/CHANGELOG.md | |
parent | 7fe149ae4397f9a9aba6342a98182263ea505ea3 (diff) | |
download | astro-d63213f1198293e72bb9d9734bf4ec8309c515d4.tar.gz astro-d63213f1198293e72bb9d9734bf4ec8309c515d4.tar.zst astro-d63213f1198293e72bb9d9734bf4ec8309c515d4.zip |
[ci] formatastro@0.26.0@astrojs/tailwind@0.1.0@astrojs/sitemap@0.1.0@astrojs/react@0.1.0@astrojs/partytown@0.1.0@astrojs/netlify@0.1.0@astrojs/markdown-remark@0.8.0@astrojs/deno@0.1.0
Diffstat (limited to 'packages/integrations/netlify/CHANGELOG.md')
-rw-r--r-- | packages/integrations/netlify/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index b9da1917c..91d885de1 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -19,6 +19,6 @@ import netlify from '@astrojs/netlify/functions'; export default defineConfig({ - adapter: netlify(), + adapter: netlify(), }); ``` |