diff --git a/assets/docsearch/scss/index.scss b/assets/docsearch/scss/index.scss index acac8036..9367cf4f 100644 --- a/assets/docsearch/scss/index.scss +++ b/assets/docsearch/scss/index.scss @@ -1,4 +1,4 @@ -@import '@docsearch/css/dist/style'; +@import '@docsearch/css/dist/style.scss'; // Configuration @import '../../main/scss/functions'; diff --git a/package.hugo.json b/package.hugo.json index 82f0fde9..62e1a66e 100644 --- a/package.hugo.json +++ b/package.hugo.json @@ -14,7 +14,7 @@ "autoprefixer": "^10.4.2", "bootstrap": "^5.3.2", "date-fns": "^2.29.3", - "@docsearch/js": "^3.1.0", + "@docsearch/js": "^3.5.2", "fuse.js": "^6.5.3", "katex": "^0.16.4", "mark.js": "^8.11.1",