Skip to content

Commit d260b95

Browse files
committed
Load Fuse immediately
1 parent 24e4c96 commit d260b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/_includes/partials/head.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<title>UX Methods V2 {{ title | prependPipe if title }}{{ resource.title | prependPipe if resource.title}}</title>
1010

1111
</title>
12-
<script src="https://cdn.jsdelivr.net/npm/fuse.js/dist/fuse.basic.js" async></script>
12+
<script src="https://cdn.jsdelivr.net/npm/fuse.js@7.1.0"></script>
1313
<script src="/js/main.js" type="module" defer></script>
1414
<script type="application/ld+json">
1515
{% getBundle "jsonld" %}

0 commit comments

Comments
 (0)