-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jekyll algolia url does not include basehostname #183
Comments
I think relevant code is here:
|
So do you suggest me to hardcode my hostname there? I am confused why it is not correctly adding my basehostname to the url, while jekyll works fine and hence has the required information to link to the correct paths. It probably has to do something with me locally building all the files. [edit] hostname/mystring/subpath if the string is empty i still get the same issue that it only redirects to |
I meant that you could take a look inside the code of the plugin and see if base hostname needs to be added somewhere where we're manipulating the URL @shikon. You could then make a pull request to add the base. Thanks! |
Well I tried looking into it a bit, but me for its not clear where any manipulations of the url part happens. |
Original issue: mmistakes/minimal-mistakes#3199
I want to report a bug:
After building my website the search works however clicking on the result only redirect to subpath and excludes the basepath.
What is the current behavior?
Redirect to subpath only
What is your expected behavior?
redirect to hostname/subpath
Git repository to reproduce the issue:
https://github.com/shikon/shikon.github.io/tree/source
Ruby version used:
2.7.2p137
Jekyll version used:
4.2.1
The text was updated successfully, but these errors were encountered: