Skip to content

Commit

Permalink
fix(types): make image.service optional (#8492)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiBread authored Sep 11, 2023
1 parent 435b105 commit a6a516d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/spotty-tools-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

fix(types): make `image.service` optional
2 changes: 1 addition & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ export interface AstroUserConfig {
* }
* ```
*/
service: ImageServiceConfig;
service?: ImageServiceConfig;

/**
* @docs
Expand Down

0 comments on commit a6a516d

Please sign in to comment.