From ec373c33693ded230818c49e329c70647a041901 Mon Sep 17 00:00:00 2001 From: faiz ahnaf Date: Sun, 8 Sep 2024 13:25:24 +0800 Subject: [PATCH] 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. --- src/content/blog/how-to-add-an-estimated-reading-time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/how-to-add-an-estimated-reading-time.md b/src/content/blog/how-to-add-an-estimated-reading-time.md index 9ace5f744..80f568cc3 100644 --- a/src/content/blog/how-to-add-an-estimated-reading-time.md +++ b/src/content/blog/how-to-add-an-estimated-reading-time.md @@ -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