This commit is contained in:
Ricardo Lüders 2023-12-05 07:52:42 +08:00 committed by GitHub
commit 5a0571051b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
{{ $searchConfig := i18n "bookSearchConfig" | default "{}" }} {{ $searchConfig := i18n "bookSearchConfig" | default "{}" }}
(function () { (function () {
const searchDataURL = '{{ $searchData.RelPermalink }}'; const searchDataURL = '{{ $searchData.Permalink }}';
const indexConfig = Object.assign({{ $searchConfig }}, { const indexConfig = Object.assign({{ $searchConfig }}, {
doc: { doc: {
id: 'id', id: 'id',