fix: jump to search for operand

This commit is contained in:
Jacky Zhao
2022-11-21 23:36:27 -08:00
parent e6733b5e9d
commit b9d9ec44af
4 changed files with 19 additions and 15 deletions

View File

@ -79,6 +79,8 @@
"indices/contentIndex.json" | resources.Fingerprint "md5" | resources.Minify
}}
<script>
const SEARCH_ENABLED = {{.Site.Data.config.search.enableSemanticSearch}}
const PRODUCTION = {{ hugo.IsProduction }}
const BASE_URL = {{.Site.BaseURL}}
const fetchData = Promise.all([
fetch("{{ $linkIndex.Permalink }}")