In HTML just use ” / ” in front of the slug like this “/about” OR “/blog” then you don’t have to hardcode the main URL.
input
<a href="/blog">This goes to my BLOG!</a>
In HTML just use ” / ” in front of the slug like this “/about” OR “/blog” then you don’t have to hardcode the main URL.
<a href="/blog">This goes to my BLOG!</a>