Skip to content

Commit cd3e1ff

Browse files
authored
Merge pull request #13 from AndyWang505/feature/ux-enhancements
fix: type error
2 parents 0a9c4a8 + 642267f commit cd3e1ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/[page].astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ interface PageProps {
99
size: number;
1010
currentPage: number;
1111
total: number;
12+
data: any[];
1213
}
1314
1415
const blog = await getCollection('blog');

0 commit comments

Comments
 (0)