Skip to content

Commit 18708c0

Browse files
committed
README: fix wrong images path
1 parent 7fa3f01 commit 18708c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ Your blog content here...
3333

3434
### Adding Images
3535

36-
Place images in `src/assets/images/` and reference them in markdown:
36+
Place images in `src/assets/images/blog-posts/` and reference them in markdown:
3737

3838
```markdown
39-
![Alt text](image-filename.png)
39+
![Alt text](/assets/images/blog-posts/image-filename.png)
4040
```
4141

4242
### Update Roadmap

0 commit comments

Comments
 (0)