Having a problem with my baseURL #1661
Replies: 1 comment
-
I don't know why it was not working previously, but it works now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for your awesome Theme!
I'm migrating from Jekyll to Hugo, and my baseURL is at https://*.github.io/blog/
I can successfully render my blog if
baseURL = 'https://*.github.io/'
athugo.toml
.However, when I change it to
baseURL = 'https://*.github.io/blog/'
, my blog is not properly rendered.Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions