We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a9c4a8 + 642267f commit cd3e1ffCopy full SHA for cd3e1ff
1 file changed
src/pages/[page].astro
@@ -9,6 +9,7 @@ interface PageProps {
9
size: number;
10
currentPage: number;
11
total: number;
12
+ data: any[];
13
}
14
15
const blog = await getCollection('blog');
0 commit comments