In order for pixie assets like images, icons and fonts to load properly, you might need to specify a public url where these assets can be accessed. It can either be an absolute url (https://site.com/pixie) or relative one (pixie).
This can be done via configuration:
var pixie = new Pixie({ baseUrl: 'https://your-site.com/pixie',});