remove feeds from homepage

This commit is contained in:
2026-02-20 09:48:50 +00:00
parent af7d40ef39
commit e90f7ab0bd

View File

@@ -8,6 +8,4 @@ import Page from '../layouts/Page.astro';
<Page title={SITE_TITLE} description={SITE_DESCRIPTION}>
<Me />
<BlogFeed hideAuthor hideSubheadings maxEntries={1} />
<LinksFeed hideAuthor maxEntries={1} />
</Page>