-
diff --git a/public/index.js b/public/index.js
index df8b6f7..108d52d 100644
--- a/public/index.js
+++ b/public/index.js
@@ -6,6 +6,7 @@ const mainContainer = document.getElementById('container');
async function main() {
const query = {
sort: 'start',
+ limit: 50
};
const stringifiedQuery = Qs.stringify({
diff --git a/public/single.html b/public/single.html
index cf47345..8104d5a 100644
--- a/public/single.html
+++ b/public/single.html
@@ -23,8 +23,8 @@