Skip to content

Commit

Permalink
feat: Updated src/pages/index.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Jan 18, 2024
1 parent 9b4a539 commit 7fd2786
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
import Layout from '~/layouts/PageLayout.astro';
import ApiDataFetcher from '~/components/ApiDataFetcher.astro';
import Hero from '~/components/widgets/Hero.astro';
import Note from '~/components/widgets/Note.astro';
Expand Down Expand Up @@ -314,6 +315,7 @@ const metadata = {

<!-- HighlightedPosts Widget ******* -->

<ApiDataFetcher endpoint="/api/posts" />
<BlogLatestPosts
title="Find out more content in our Blog"
information={`The blog is used to display AstroWind documentation.
Expand Down

0 comments on commit 7fd2786

Please sign in to comment.