Skip to content

Commit

Permalink
Use qs web component
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Apr 6, 2024
1 parent 0a25ec7 commit 547a274
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions _config_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@
# We don't want to use the production instance of search.quarkus.io for development.
search:

# Use this to directly use the local instance of search.quarkus.io
script-mode: "direct"
# Use "direct" to directly use the local instance of search.quarkus.io
# Use "cached" to use a local copy of the search script
script-mode: "cached"
host: "http://localhost:8080"

# Use this to copy from the local instance of search.quarkus.io
# script_mode: "cached"


# Use this to copy from the production instance of search.quarkus.io
# script_mode: "cached"
# host: "https://search.quarkus.io/"
2 changes: 1 addition & 1 deletion _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{% assign search_script = site.search.host | append: site.search.script-path %}
{% assign search_script_src = search_script %}
{% else %}
{% assign search_script_src = site.search.cached_script_file | relative_url %}
{% assign search_script_src = site.search.cached-script-file | relative_url %}
{% endif %}
{% endif %}

Expand Down

0 comments on commit 547a274

Please sign in to comment.