Skip to content

Commit 33e3ff9

Browse files
committed
add
1 parent 469c151 commit 33e3ff9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/Main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import siteMetadata from '@/data/siteMetadata'
44
import { formatDate } from 'pliny/utils/formatDate'
55
import NewsletterForm from 'pliny/ui/NewsletterForm'
66

7-
const MAX_DISPLAY = 100
7+
const MAX_DISPLAY = 5
88

99
export default function Home({ posts }) {
1010
return (

app/tag-data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"books": 1,
2+
"book-review": 4,
33
"journal": 2,
4-
"howto": 2
4+
"guide": 2
55
}

0 commit comments

Comments
 (0)