Skip to content

Commit 2daf769

Browse files
authored
Update index.js
1 parent d4ae740 commit 2daf769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import siteMetadata from '@/data/siteMetadata'
44
import ListLayout from '@/layouts/ListLayout'
55
import { PageSeo } from '@/components/SEO'
66

7-
export const POSTS_PER_PAGE = 3
7+
export const POSTS_PER_PAGE = 10
88

99
export async function getStaticProps() {
1010
const posts = await getAllFilesFrontMatter('blog')

0 commit comments

Comments
 (0)