mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 09:57:03 +02:00
feat(ideal-image): new option disableInDev (#6155)
* feat(ideal-image): new option disableInDev * Add docs * Use import type * More docs
This commit is contained in:
parent
8cd593379c
commit
e1bff072fe
5 changed files with 73 additions and 26 deletions
|
@ -178,6 +178,7 @@ const config = {
|
|||
max: 1030, // max resized image's size.
|
||||
min: 640, // min resized image's size. if original is lower, use that size.
|
||||
steps: 2, // the max number of images generated between min and max (inclusive)
|
||||
disableInDev: false,
|
||||
},
|
||||
],
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue