Fix LatestPosts Props and usage
This commit is contained in:
@ -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 {
|
||||||
|
@ -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 ******************* -->
|
||||||
|
Reference in New Issue
Block a user