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
This issue is not a question, feature request, or anything other than a bug report directly related to Wowchemy. Please post those things on Discord: https://discord.gg/z8wNYzb
Description
In starter-hugo-academic if I change baseURL in config.yaml to https://example.com/test/, the default wowchemy search produces empty results.
Preliminary Checks
Description
In
starter-hugo-academic
if I changebaseURL
inconfig.yaml
tohttps://example.com/test/
, the defaultwowchemy
search produces empty results.Earlier it was working (wowchemy 4.8)
Reproduction Link
https://github.com/wowchemy/starter-hugo-academic
Steps to Reproduce
starter-hugo-academic
:baseURL
to an address with path, e.g. change line 7 of the fileconfig/_default/config.yaml
tobaseURL: 'https://example.com/test/'
hugo server
Expected Result
2 results
Actual Result
Search results are empty
What Hugo Module versions does your site use?
module github.com/wowchemy/starter-hugo-academic
go 1.15
require (
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.8.1
)
What operating system(s) are you seeing the problem on?
Windows, Linux
What browser(s) are you seeing the problem on?
Chrome, Firefox
Which Wowchemy template are you using?
starter-hugo-academic
What version of Hugo are you using?
hugo extended v0.115.4
The text was updated successfully, but these errors were encountered: