Browse Source

serve fuse.js from our domain not cdn

Rodja Trappe 1 year ago
parent
commit
61cc77b98d
2 changed files with 9 additions and 1 deletions
  1. 8 0
      website/static/fuse.js@7.0.0
  2. 1 1
      website/static/header.html

File diff suppressed because it is too large
+ 8 - 0
website/static/fuse.js@7.0.0


+ 1 - 1
website/static/header.html

@@ -22,4 +22,4 @@
     else header.classList.remove("fade");
   };
 </script>
-<script src="https://cdn.jsdelivr.net/npm/fuse.js@6.6.2"></script>
+<script src="/static/fuse.js@7.0.0"></script>

Some files were not shown because too many files changed in this diff