Fix LatestPosts Props and usage

This commit is contained in:
ilya kukarkin
2023-07-01 22:02:24 +08:00
parent 0b740cc42b
commit e0724cf498
2 changed files with 1 additions and 7 deletions

View File

@ -9,7 +9,7 @@ export interface Props {
allPostsText?: string; allPostsText?: string;
allPostsLink?: string | URL; allPostsLink?: string | URL;
information?: string; information?: string;
postIds: string[]; count?: number;
} }
const { 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. 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. 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 ******************* --> <!-- FAQs Widget ******************* -->