We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469c151 commit 33e3ff9Copy full SHA for 33e3ff9
app/Main.tsx
@@ -4,7 +4,7 @@ import siteMetadata from '@/data/siteMetadata'
4
import { formatDate } from 'pliny/utils/formatDate'
5
import NewsletterForm from 'pliny/ui/NewsletterForm'
6
7
-const MAX_DISPLAY = 100
+const MAX_DISPLAY = 5
8
9
export default function Home({ posts }) {
10
return (
app/tag-data.json
@@ -1,5 +1,5 @@
1
{
2
- "books": 1,
+ "book-review": 4,
3
"journal": 2,
- "howto": 2
+ "guide": 2
}
0 commit comments