We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d5802 commit 9d7dc78Copy full SHA for 9d7dc78
content/plugin.njk
@@ -7,7 +7,7 @@
7
// Sliced in development or the server gets bogged down
8
before: (paginationData) => {
9
const data = process.env.NODE_ENV === 'development'
10
- ? paginationData.slice(0, 5)
+ ? paginationData.slice(0, 2)
11
: paginationData
12
return data.flatMap((plugin) => {
13
return plugin.posts.map((post) => {
content/tag.njk
- ? paginationData.slice(0, 10)
+ ? paginationData.slice(0, 1)
const pages = []
data.forEach((tag, i) => {
0 commit comments