mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	fix: disable semi-broken flexsearch cache
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user