We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fd03c commit 5beb77aCopy full SHA for 5beb77a
package.json
@@ -4,7 +4,8 @@
4
"homepage": "https://docs.quarkiverse.io",
5
"private": true,
6
"scripts": {
7
- "build": "_SEARCH_SERVICE_HOST='https://search.quarkus.io' antora antora-playbook.yml"
+ "build": "_SEARCH_SERVICE_HOST='https://search.quarkus.io' antora antora-playbook.yml",
8
+ "postbuild": "curl -sSLo build/site/_/js/vendor/search-wc.js https://search.quarkus.io/static/bundle/main.js"
9
},
10
"dependencies": {
11
"antora": "~3.1.10",
0 commit comments