If images, icons or other assets are not loading properly, you might need to specify your site base url manually.
This can be done via configuration:
var pixie = new Pixie({
baseUrl: 'https://your-site.com'
});
If images, icons or other assets are not loading properly, you might need to specify your site base url manually.
This can be done via configuration:
var pixie = new Pixie({
baseUrl: 'https://your-site.com'
});