mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
de15b4a891
commit
2814984ab9
1 changed files with 13 additions and 13 deletions
|
@ -1114,19 +1114,19 @@ export interface AstroUserConfig {
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
service?: ImageServiceConfig;
|
service?: ImageServiceConfig;
|
||||||
/**
|
/**
|
||||||
* @docs
|
* @docs
|
||||||
* @name image.service.config.limitInputPixels
|
* @name image.service.config.limitInputPixels
|
||||||
* @kind h4
|
* @kind h4
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
* @default `true`
|
* @default `true`
|
||||||
* @version 4.1.0
|
* @version 4.1.0
|
||||||
* @description
|
* @description
|
||||||
*
|
*
|
||||||
* Whether or not to limit the size of images that the Sharp image service will process.
|
* Whether or not to limit the size of images that the Sharp image service will process.
|
||||||
*
|
*
|
||||||
* Set `false` to bypass the default image size limit for the Sharp image service and process large images.
|
* Set `false` to bypass the default image size limit for the Sharp image service and process large images.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @docs
|
* @docs
|
||||||
|
|
Loading…
Reference in a new issue