You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct search result URLs under subpath deployment
Override themes/hextra/assets/json/search-data.json to use .Permalink
instead of .RelPermalink. Under a project page deployment where baseURL
has a subpath like /go-tutorial/, RelPermalink omits the subpath, so
clicking a search result jumped to the wrong host path.
Also switch glossary entry key from relLangURL to absLangURL for the
same reason.
0 commit comments