Skip to content

Commit c91c19a

Browse files
committed
Add a Developer Note section for the future reference
1 parent 1f95235 commit c91c19a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ This is how to get started locally:
3636

3737
<br />
3838

39+
## Developer Note
40+
41+
- The Dev.to API has a limit of 1000 posts per response. If we exceed this limit by writing more than 1000 posts, we will need to update the getStaticProps on `/pages/blog`. For more details, refer to the [API documentation](https://developers.forem.com/api/v1#tag/articles/operation/getArticles).
42+
43+
<br />
44+
3945
## License
4046

4147
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)