Hola
Prueba con esto:
Cita: The HTML base Element
The <base> tag specifies a default address or a default target for all links on a page:
<head>
<base href="http://www.w3schools.com/images/" />
<base target="_blank" />
</head>
Es decir agregarle al html de la función tu <base href="tusitio/etc">
Saludos