I’ve put / in my Dwelling customized web page hyperlink, and regionally my server is localhost:3000 and it really works tremendous, however on my server the url is www.mysite.com/theproject, however / there doesn’t result in www.mysite.com/theproject however to www.mysite.com, however for instance the brand which has a hyperlink like so <?= esc_url(home_url('/')); ?> works tremendous on the server.
Any technique to make the customized web page hyperlink behave prefer it has <?= esc_url(home_url('/')); ?> ?

