Skip to content

Commit

Permalink
Use local copy of elasticlunr
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Travers committed May 21, 2023
1 parent 6440c10 commit 04652e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions resources/public/elasticlunr.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/goddinpotty/search.clj
Expand Up @@ -29,5 +29,5 @@

(defn search-head
[]
[[:script {:src "https://elasticlunr.com/elasticlunr.min.js"}]
[[:script {:src "assets/elasticlunr.min.js"}] ; From https://elasticlunr.com/elasticlunr.min.js
[:script {:src "assets/search.js"}]])

0 comments on commit 04652e3

Please sign in to comment.