diff --git a/src/components/blog/LatestPosts.astro b/src/components/blog/LatestPosts.astro index 80e8c7c..03ed2ad 100644 --- a/src/components/blog/LatestPosts.astro +++ b/src/components/blog/LatestPosts.astro @@ -9,7 +9,7 @@ export interface Props { allPostsText?: string; allPostsLink?: string | URL; information?: string; - postIds: string[]; + count?: number; } const { diff --git a/src/pages/index.astro b/src/pages/index.astro index b0d0fcf..5a2d2be 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -267,12 +267,6 @@ const meta = { Each new article will be an important step that you will need to know to be an expert in creating a website using Astro + Tailwind CSS. Astro is a very interesting technology. Thanks. `} - postIds={[ - 'get-started-website-with-astro-tailwind-css.md', - 'how-to-customize-astrowind-to-your-brand.md', - 'useful-resources-to-create-websites.md', - 'astrowind-template-in-depth.md', - ]} />