Skip to content

Commit 3ec9687

Browse files
authored
chore: fix typo (wrong path)
1 parent f88e368 commit 3ec9687

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)