upgrade to astro 2.0

This commit is contained in:
2023-01-31 21:42:01 -05:00
parent d780cf085d
commit 4a8cb8bb32
30 changed files with 1291 additions and 1206 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ const title = Astro.props.frontmatter
<meta name="generator" content={Astro.generator} />
<meta
name="description"
content="A personal blog about life, gaming, tech, and whatever else I feel like writing about."
content="My personal blog about life, gaming, tech, and whatever else I feel like writing about."
/>
<title>{`ghall.blog - ${title}`}</title>
</head>