Replies: 2 comments 1 reply
-
Hugo recommends setting a |
Beta Was this translation helpful? Give feedback.
1 reply
-
@adityatelange Hello, I'm facing the same issue and tried changing my baseURL multiple times and still doesn't work If I visit any page, I can't return to my homepage. EDIT: I fixed it by running hugo after updating my baseURL. |
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.
-
When I set the baseurl to empty as “” , everything worked fine on local services. However, after I deployed my site on netlify , once I clicked any links to view the subpages, I can not get back to the homepage by click the “home” or logo which was shown on the left top of the pages as the navigation button.
I was using the “page info ”style.
update: I found it worked fine on "git pages". I found that when I deployed the website to gitpage, the address displayed in the browser address bar had an additional secondary address:
https://luofeiblog.netlify.app/
https://luofeicq.github.io/luofeiblog/
Beta Was this translation helpful? Give feedback.
All reactions