fix(types): make image.service optional (#8492)

This commit is contained in:
Oscar Lee-Vermeren 2023-09-11 07:52:25 -04:00 committed by GitHub
parent 435b105498
commit a6a516d944
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
fix(types): make `image.service` optional

View file

@ -996,7 +996,7 @@ export interface AstroUserConfig {
* }
* ```
*/
service: ImageServiceConfig;
service?: ImageServiceConfig;
/**
* @docs