fix(types): make image.service
optional (#8492)
This commit is contained in:
parent
435b105498
commit
a6a516d944
2 changed files with 6 additions and 1 deletions
5
.changeset/spotty-tools-rhyme.md
Normal file
5
.changeset/spotty-tools-rhyme.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix(types): make `image.service` optional
|
|
@ -996,7 +996,7 @@ export interface AstroUserConfig {
|
||||||
* }
|
* }
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
service: ImageServiceConfig;
|
service?: ImageServiceConfig;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @docs
|
* @docs
|
||||||
|
|
Loading…
Reference in a new issue