Skip to content

Commit

Permalink
update primary items
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Dec 1, 2024
1 parent ce6b2e8 commit 6a58dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function toPrimaryItem(entry: CollectionEntry<'blog' | 'contributions'>): Detail
}
const primaryItems = [
toPrimaryItem(await getEntry('blog', '2024-12-01-i-am-not-a-visual-thinker')),
toPrimaryItem(
await getEntry(
'contributions',
Expand Down

0 comments on commit 6a58dbf

Please sign in to comment.