Skip to content

Commit 79829ba

Browse files
committed
fix(ticket): build all tickets in production
1 parent 3b7e26d commit 79829ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/ticket.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
return tickets
1616
}
17-
return paginationData.slice(0, 5)
17+
return paginationData
1818
}
1919
},
2020
layout: 'layouts/ticket.njk',

0 commit comments

Comments
 (0)