1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

fix: assets URL is missing baseurl in self-hosted mode (#591)

This commit is contained in:
bibi2233
2022-06-02 20:55:34 +08:00
committed by GitHub
parent 76a1b6a068
commit 54124d5134
5 changed files with 13 additions and 13 deletions

View File

@@ -16,7 +16,7 @@
{% capture not_found %}<p class="mt-5">{{ site.data.locales[lang].search.no_results }}</p>{% endcapture %}
<script src="{{ site.data.assets[origin].search.js }}"></script>
<script src="{{ site.data.assets[origin].search.js | relative_url }}"></script>
<script>
SimpleJekyllSearch({