Merge pull request #888 from umihico/patch-1
chore: fix typo (wrong path)
This commit is contained in:
commit
ee79db9104
@ -33,7 +33,7 @@ export default Home
|
||||
|
||||
For a markdown file, the default image tag can be used and the default `img` tag gets replaced by the `Image` component in the build process.
|
||||
|
||||
Assuming we have a file called `ocean.jpg` in `data/img/ocean.jpg`, the following line of code would generate the optimized image.
|
||||
Assuming we have a file called `ocean.jpg` in `static/images/ocean.jpg`, the following line of code would generate the optimized image.
|
||||
|
||||
```
|
||||
![ocean](/static/images/ocean.jpg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user