Add these lines to the bottom of your site config file:
[[module.mounts]]
source = 'assets'
target = 'assets'
[[module.mounts]]
source = 'static'
target = 'assets'
Or place global images (those you might use anywhere on the site) in the assets directory.