fix-build

This commit is contained in:
tangly1024.com
2023-06-07 15:51:07 +08:00
parent 93fd5b8fe3
commit 81e018fe84
10 changed files with 11 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ const BlogPostArchive = ({ posts = [], archiveTitle }) => {
))}
</ul>
</div>
);
)
}
}