Images not exporting

Exports work fine except for the fact that images are just not exporting. My page looks like this when I open it:

How do I fix this?

It could be a few things. The images are not exported at all or the page has been uploaded to a server and the relative image paths no longer point to the correct path.

First check that the images are in the export folder. If they aren’t then check for any error messages in the messages console.

If the images are there then check that the location of the page. When you export the page the paths to the images are all relative. If you move that page to a subdirectory that can break the image paths. To fix it you can setup a base URL or update the paths to the images manually. More info here:

A feature request for defining subdirectory is in progress.