Hey @jbudd
In the end I made it work, and in order to avoid keep this information fixed, I managed to use as the follow:
header: {
title: " ",
image: __dirname + "/static/logo.png",
},
With that I am able to generate a more dynamic way to move the logo working in any environment or even a container
Thanks