You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/configuration/stats.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -594,7 +594,7 @@ module.exports = {
594
594
595
595
### `stats.preset`
596
596
597
-
`string`
597
+
`string``boolean: false`
598
598
599
599
Sets the [preset](/configuration/stats/#stats) for the type of information that gets displayed. It is useful for [extending stats behaviours](/configuration/stats/#extending-stats-behaviours).
600
600
@@ -607,6 +607,8 @@ module.exports = {
607
607
};
608
608
```
609
609
610
+
Set `stats.preset` to `false` is the same as using a [preset](/configuration/stats/#stats)`'none'`.
0 commit comments