We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e094ac9 commit 49f1a78Copy full SHA for 49f1a78
docs/content/usage/using-images.mdx
@@ -21,4 +21,9 @@ import DemoImage from '../images/demo-image.png'
21
<img src={DemoImage} alt="a description of your image"/>
22
````
23
24
-Make sure to use the `alt` attribute to describe your image for assistive technology, or use the [`Caption` component](/components/caption)
+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