Skip to content

Commit ee79db9

Browse files
authored
Merge pull request #888 from umihico/patch-1
chore: fix typo (wrong path)
2 parents f88e368 + 3ec9687 commit ee79db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/blog/guide-to-using-images-in-nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default Home
3333

3434
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.
3535

36-
Assuming we have a file called `ocean.jpg` in `data/img/ocean.jpg`, the following line of code would generate the optimized image.
36+
Assuming we have a file called `ocean.jpg` in `static/images/ocean.jpg`, the following line of code would generate the optimized image.
3737

3838
```
3939
![ocean](/static/images/ocean.jpg)

0 commit comments

Comments
 (0)