Skip to content

Commit f0f6d65

Browse files
committed
refactor blog counts
1 parent e345f2f commit f0f6d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/siteConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
? process.env.SITE_URL || `https://internetfreedom-in.pages.dev`
66
: `https://internetfreedom-in.pages.dev`, // Site domain. Do not include a trailing slash!
77

8-
postsPerPage: 8, // Number of posts shown on paginated pages (changes this requires sometimes to delete the cache)
8+
postsPerPage: 3, // Number of posts shown on paginated pages (changes this requires sometimes to delete the cache)
99

1010
siteTitleMeta: `Internet Freedom Foundation`, // This allows an alternative site title for meta data for pages.
1111
siteDescriptionMeta: `Internet Freedom Foundation defends online freedom, privacy and innovation in India`,

0 commit comments

Comments
 (0)