We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e345f2f commit f0f6d65Copy full SHA for f0f6d65
src/utils/siteConfig.js
@@ -5,7 +5,7 @@ module.exports = {
5
? process.env.SITE_URL || `https://internetfreedom-in.pages.dev`
6
: `https://internetfreedom-in.pages.dev`, // Site domain. Do not include a trailing slash!
7
8
- postsPerPage: 8, // Number of posts shown on paginated pages (changes this requires sometimes to delete the cache)
+ postsPerPage: 3, // Number of posts shown on paginated pages (changes this requires sometimes to delete the cache)
9
10
siteTitleMeta: `Internet Freedom Foundation`, // This allows an alternative site title for meta data for pages.
11
siteDescriptionMeta: `Internet Freedom Foundation defends online freedom, privacy and innovation in India`,
0 commit comments