mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
[docs] update config-reference for 4.1.0 docs release (#9595)
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
This commit is contained in:
parent
fbc2697653
commit
de15b4a891
1 changed files with 14 additions and 1 deletions
|
@ -379,7 +379,7 @@ type ServerConfig = {
|
|||
* @name server.open
|
||||
* @type {string | boolean}
|
||||
* @default `false`
|
||||
* @version 2.1.8
|
||||
* @version 4.1.0
|
||||
* @description
|
||||
* Controls whether the dev server should open in your browser window on startup.
|
||||
*
|
||||
|
@ -1114,6 +1114,19 @@ export interface AstroUserConfig {
|
|||
* ```
|
||||
*/
|
||||
service?: ImageServiceConfig;
|
||||
/**
|
||||
* @docs
|
||||
* @name image.service.config.limitInputPixels
|
||||
* @kind h4
|
||||
* @type {boolean}
|
||||
* @default `true`
|
||||
* @version 4.1.0
|
||||
* @description
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @docs
|
||||
|
|
Loading…
Add table
Reference in a new issue