Skip to content

Commit

Permalink
Merge pull request #90 from V35HR4J/patch-1
Browse files Browse the repository at this point in the history
Fixing typo.
  • Loading branch information
pimterry authored Nov 18, 2024
2 parents 56757a5 + d65a458 commit 70c58f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ Please ensure that your code adheres to the existing code style and conventions
### Placement of the images:
In order to get the benefis of the image optimization, these images should stored inside the public folder like `public/images/posts/..` or `public/images/docs/..` (except for the statically imported images and remote images). Then these images can be referenced in the src attribute of the `<Image />` element.
In order to get the benefits of the image optimization, these images should stored inside the public folder like `public/images/posts/..` or `public/images/docs/..` (except for the statically imported images and remote images). Then these images can be referenced in the src attribute of the `<Image />` element.
### Styles
This project uses Styled Components for styling.
This project uses Styled Components for styling.

0 comments on commit 70c58f9

Please sign in to comment.