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
This significantly shrinks the pre-compressed search index:
$ du -h searchindex-old.js searchindex-new.js
26M searchindex-old.js
19M searchindex-new.js
And shrinks the search index even after it's gzipped:
$ du -h searchindex-old.js.gz searchindex-new.js.gz
4.5M searchindex-old.js.gz
3.3M searchindex-new.js.gz
This change requires a newer version of mdBook, with
rust-lang/mdBook#1637
0 commit comments