-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
relURL is stripping the baseURL path #10049
Comments
This was a bug fix in 101 making relURL work the same as absURL. The gist of it is, res starting with a |
Thanks for the additional information. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hey there! I believe we're experiencing a bug that is possibly related to #9994 and #10002. Someone actually left a couple comments related to this that I think accurately describe the bug:
Prior to v101, we had this set up and it was working:
Now, after the upgrade to v101, we see this:
The
foo
part ofbaseURL
is being stripped out byrelURL
.What version of Hugo are you using (
hugo version
)?Does this issue reproduce with the latest release?
Yes 😄
The text was updated successfully, but these errors were encountered: