RSS & Sitemap

This commit is contained in:
2024-02-24 18:54:47 +08:00
parent ea50f739b3
commit 86bb1d349a
9 changed files with 99 additions and 20 deletions

View File

@ -30,7 +30,7 @@ export default function PostList() {
</Typography>
</CardContent>
<CardActions sx={{ paddingX: 4, paddingBottom: 2 }}>
<Link href={`/posts/${post.id}`} passHref>
<Link href={`/p/${post.id}`} passHref>
<Button>Read more</Button>
</Link>
</CardActions>