Update website description to be more bloggy

This commit is contained in:
Cassidy Williams
2023-12-22 11:51:35 -08:00
parent a59051f62b
commit 39c81c2609
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
export const SITE_TITLE = "Cassidy Williams";
export const SITE_TITLE = "Cassidy's blog";
export const SITE_DESCRIPTION =
"Cassidy Williams, Software Engineer and Developer Advocate in Chicago.";
"I'm Cassidy Williams, a software engineer, mom, and overall nerd in Chicago. I write about tech, projects, and whatever else I'm thinking about!";

View File

@@ -18,7 +18,7 @@ const tags = getTags(posts);
<html lang="en-us">
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
<body>
<Header title={SITE_TITLE} />
<Header title={"Cassidy Williams"} />
<main>
<About />