Skip to content

Commit

Permalink
fix(vercel): Fix typo in README 🤦‍♀️ (#7208)
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed May 25, 2023
1 parent ea16570 commit f5a8cff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/plenty-geese-fold.md
@@ -0,0 +1,5 @@
---
'@astrojs/vercel': patch
---

Fix `imagesConfig` being wrongly spelt as `imageConfig` in the README
4 changes: 2 additions & 2 deletions packages/integrations/vercel/README.md
Expand Up @@ -108,7 +108,7 @@ export default defineConfig({
});
```

### imageConfig
### imagesConfig

**Type:** `VercelImageConfig`<br>
**Available for:** Edge, Serverless, Static
Expand All @@ -124,7 +124,7 @@ import vercel from '@astrojs/vercel/static';
export default defineConfig({
output: 'server',
adapter: vercel({
imageConfig: {
imagesConfig: {
sizes: [320, 640, 1280]
}
})
Expand Down

0 comments on commit f5a8cff

Please sign in to comment.