Skip to content

Commit

Permalink
fix(blog): correct file reference in reading time guide (#359)
Browse files Browse the repository at this point in the history
Ensure no duplicate items appear in the list of the blog post
and update the list with the correct one.
  • Loading branch information
fzhnf authored Sep 8, 2024
1 parent e0b5873 commit ec373c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/blog/how-to-add-an-estimated-reading-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec373c3

Please sign in to comment.