zregvart commented on a change in pull request #163: Pr/algolia search
URL: https://github.com/apache/camel-website/pull/163#discussion_r386272534
##########
File path: layouts/partials/footer.html
##########
@@ -41,6 +41,7 @@
<script src="{{ path.Join "_" (index .Site.Data "rev-manifest"
"js/site.js") | relURL }}"></script>
<script src="{{ path.Join "_" (index .Site.Data "rev-manifest"
"js/vendor/highlight.js") | relURL }}"></script>
<script src="{{ path.Join "_" (index .Site.Data "rev-manifest"
"js/vendor/svg4everybody.js") | relURL }}"></script>
+ <script async
src="https://cdn.jsdelivr.net/npm/algoliasearch@4/dist/algoliasearch-lite.umd.js"></script>
Review comment:
We also need to load from the `vendor` directory here.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services