I’m using the image output as a link for the background, but the link is displayed without slashes, can I somehow fix this?
Code should be like this
<header background-image: url(https://website.com/wp-content/uploads/2023/01/file.jpg);>
</header>
and output like this
<header background-image: url(https: website.com wp-content uploads 2023 01 file.jpg);>
</header>
what code are you using to output the url?