How to make custom page link to root automatically?
I've put / in my Home custom page link, and locally my server is localhost:3000 and it works fine, but on my server the url is www.mysite.com/theproject, but / there does not lead to www.mysite.com/theproject but to www.mysite.com, but for example the logo which has a link like so ?= esc_url(home_url('/')); ? works fine on the server.
Any way to make the custom page link behave like it has ?= esc_url(home_url('/')); ? ?
Topic home-url permalinks server Wordpress
Category Web