0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Sarah Rainsberger 2024-01-04 01:38:49 +00:00 committed by astrobot-houston
parent de15b4a891
commit 2814984ab9

View file

@ -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