fix(blog): correct file reference in reading time guide (#359)

Ensure no duplicate items appear in the list of the blog post
and update the list with the correct one.
This commit is contained in:
faiz ahnaf
2024-09-08 13:25:24 +08:00
committed by GitHub
parent e0b587369c
commit ec373c3369
@@ -215,7 +215,7 @@ Step (2) Make sure to refactor every file which uses `getSortedPosts` function.
Files that use `getSortedPosts` function are as follow Files that use `getSortedPosts` function are as follow
- src/pages/index.astro - src/pages/index.astro
- src/pages/posts/index.astro - src/pages/search.astro
- src/pages/rss.xml.ts - src/pages/rss.xml.ts
- src/pages/posts/index.astro - src/pages/posts/index.astro
- src/pages/posts/[slug]/index.astro - src/pages/posts/[slug]/index.astro