mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
fix(schema): type render.compressor
(#2302)
This commit is contained in:
parent
fb33033f45
commit
0d85c9ef77
@ -99,6 +99,8 @@ export default {
|
|||||||
* for [compression middleware](https://www.npmjs.com/package/compression), or
|
* for [compression middleware](https://www.npmjs.com/package/compression), or
|
||||||
* use your own middleware by passing it in directly - for example,
|
* use your own middleware by passing it in directly - for example,
|
||||||
* `otherComp({ myOptions: 'example' })`.
|
* `otherComp({ myOptions: 'example' })`.
|
||||||
|
*
|
||||||
|
* @type {boolean | object | Function}
|
||||||
*/
|
*/
|
||||||
compressor: {
|
compressor: {
|
||||||
threshold: 0
|
threshold: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user