Skip to content

Commit

Permalink
Merge pull request #259 from cparthiv/patch-1
Browse files Browse the repository at this point in the history
Update [...page].astro
  • Loading branch information
chrismwilliams committed May 14, 2024
2 parents 1a3ff80 + 6e1ac6c commit ff51762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/posts/[...page].astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface Props {
const { page, uniqueTags } = Astro.props;
const meta = {
description: "Ready my collection of posts and the things that interest me",
description: "Read my collection of posts and the things that interest me",
title: "Posts",
};
Expand Down

0 comments on commit ff51762

Please sign in to comment.