We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce65f7 commit ef090adCopy full SHA for ef090ad
1 file changed
pages/blog/index.vue
@@ -5,7 +5,7 @@ const router = useRouter();
5
const selectedCategories = ref([]);
6
const selectedTags = ref([]);
7
const currentPage = ref(1);
8
-const pageSize = 5;
+const pageSize = 8;
9
10
const showTags = ref(true);
11
0 commit comments