mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:01:42 +08:00
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:
@@ -215,7 +215,7 @@ Step (2) Make sure to refactor every file which uses `getSortedPosts` function.
|
||||
Files that use `getSortedPosts` function are as follow
|
||||
|
||||
- src/pages/index.astro
|
||||
- src/pages/posts/index.astro
|
||||
- src/pages/search.astro
|
||||
- src/pages/rss.xml.ts
|
||||
- src/pages/posts/index.astro
|
||||
- src/pages/posts/[slug]/index.astro
|
||||
|
||||
Reference in New Issue
Block a user