Skip to content

Commit 49f1a78

Browse files
author
Emily
authored
Update using-images.mdx
1 parent e094ac9 commit 49f1a78

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/content/usage/using-images.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@ import DemoImage from '../images/demo-image.png'
2121
<img src={DemoImage} alt="a description of your image"/>
2222
````
2323
24-
Make sure to use the `alt` attribute to describe your image for assistive technology, or use the [`Caption` component](/components/caption)
24+
Make sure to use the `alt` attribute to describe your image for assistive technology, or use the [`Caption` component](/components/caption)
25+
26+
If you run into any problems with Gatsby building the site and not being able to find your image path try the following:
27+
28+
1. Double check that the path is correct
29+
2. Try deleting the `./cache` folder and rebuilding

0 commit comments

Comments
 (0)