reduce posts to 18

This commit is contained in:
2023-07-07 09:52:04 +10:00
parent baf15296ce
commit 03430c272f

View File

@@ -77,7 +77,7 @@ let oldFilterValues = {
dateRange: "",
};
const postsPerPage = 24;
const postsPerPage = 18;
let postsPage = ref(1);
let postsTotal = ref(0);
const pageStatus = ref(0);