Skip to content

Commit ef090ad

Browse files
committed
Increase page size from 5 to 8
1 parent 0ce65f7 commit ef090ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/blog/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const router = useRouter();
55
const selectedCategories = ref([]);
66
const selectedTags = ref([]);
77
const currentPage = ref(1);
8-
const pageSize = 5;
8+
const pageSize = 8;
99
1010
const showTags = ref(true);
1111

0 commit comments

Comments
 (0)