You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove non-existent 'Git commit messages' and 'Formatting and Validation' sections from Table of Contents
- Add missing 'Placement of the images' section to TOC
- Fix grammar: 'should stored' -> 'should be stored'
Copy file name to clipboardExpand all lines: readme.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,8 @@ Looking to file bugs, request features or send feedback? File an issue or vote o
17
17
-[How Can You Contribute?](#how-can-you-contribute)
18
18
-[Getting Started](#getting-started-1)
19
19
-[Project Conventions](#project-conventions)
20
-
-[Git commit messages](#git-commit-messages)
20
+
-[Placement of the images](#placement-of-the-images)
21
21
-[Styles](#styles)
22
-
-[Formatting and Validation](#formatting-and-validation)
23
22
24
23
## Project Details
25
24
@@ -104,7 +103,7 @@ Please ensure that your code adheres to the existing code style and conventions
104
103
105
104
### Placement of the images:
106
105
107
-
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.
106
+
In order to get the benefits of the image optimization, these images should be 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.
0 commit comments