xxxxxxxxxx
Create a new folder inside of the static directory named "images." Add the image into this folder. Then, Gatsby will allow you to access content in this folder by using /images/myImageName.jpg. In your SCSS file, do the following:
background-image: url(/images/myImageName.jpg);