I'm stuck at the following issue being a new in Hugo. I want to redirect URL to a absolute URL rather than relative url. Here is what I means.
In _index.md file
# Display name
title: mohit kumar
url: ranveeriit.github.io/
Assume base URL is https://eample.com. As such, hugo redirects me to https://example.com/ranveeriit.github.io/ what I want hugo to redirect to ranveeriit.github.io/ when I click the mohit kumar under meet the team at https://chandu8542.github.io/. I'm using hugo wowchemy academic theme.