From 09eacb1f25aed40711b30597f0060ad81c699429 Mon Sep 17 00:00:00 2001 From: Zander Martineau Date: Thu, 11 Apr 2024 23:12:18 +0100 Subject: [PATCH] change order of items on home page --- src/components/BlockLinks.astro | 2 +- src/pages/index.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BlockLinks.astro b/src/components/BlockLinks.astro index a7fcf87..b114048 100644 --- a/src/components/BlockLinks.astro +++ b/src/components/BlockLinks.astro @@ -2,7 +2,7 @@ import { fetchLinks } from '../fetching/links'; import Block from './Block.astro'; import LinkFeedItem from './LinkFeedItem.astro'; -const links = await fetchLinks(6); +const links = await fetchLinks(4); --- diff --git a/src/pages/index.astro b/src/pages/index.astro index 3879e25..f6da0a4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -39,8 +39,8 @@ const slug = 'home';
- +