Skip to content

Commit

Permalink
Merge pull request #17 from jackyzha0/v4
Browse files Browse the repository at this point in the history
fix: disable semi-broken flexsearch cache
  • Loading branch information
corvusdeinanis authored Oct 26, 2023
2 parents e3632ce + 01fc8e4 commit 6f2ec77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quartz/components/scripts/search.inline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ document.addEventListener("nav", async (e: unknown) => {
// setup index if it hasn't been already
if (!index) {
index = new Document({
cache: true,
charset: "latin:extra",
optimize: true,
encode: encoder,
Expand Down

0 comments on commit 6f2ec77

Please sign in to comment.