In assets/search-data.json the "href": "{{ $page.RelPermalink }}", is used to create links for search results. I think this should be fixed to "href": "{{ $page.Permalink }}", to prevent broken links in publications with sub path publications (https://bbb.xxx.dd/subpath/)
In
assets/search-data.jsonthe"href": "{{ $page.RelPermalink }}",is used to create links for search results. I think this should be fixed to"href": "{{ $page.Permalink }}",to prevent broken links in publications with sub path publications (https://bbb.xxx.dd/subpath/)