Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/search.js')
-rw-r--r--assets/js/search.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/search.js b/assets/js/search.js
index 47dda3e..97efd77 100644
--- a/assets/js/search.js
+++ b/assets/js/search.js
@@ -93,7 +93,7 @@ function executeSearch(query) {
import(
'/libs/fuse.js@' +
searchResults.getAttribute('data-lib-version') +
- '/dist/fuse.basic.esm.min.js'
+ '/dist/fuse.basic.min.mjs'
)
.then((fuseBasic) => {
const fuse = new fuseBasic.default(data, fuseOptions);