Merge pull request #190 from IlyaKukarkin/fix-latest-posts-component

Fix LatestPosts Props and usage
This commit is contained in:
André B
2023-07-01 14:51:45 -04:00
committed by GitHub
2 changed files with 1 additions and 7 deletions

View File

@ -9,7 +9,7 @@ export interface Props {
allPostsText?: string;
allPostsLink?: string | URL;
information?: string;
postIds: string[];
count?: number;
}
const {

View File

@ -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',
]}
/>
<!-- FAQs Widget ******************* -->