From 23267c98a2f2844f61706fb656f5b3693b557391 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 31 May 2025 23:59:28 -0500 Subject: [PATCH] feat: update website desc --- src/layouts/BaseLayout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index f3625db..328354c 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -4,7 +4,7 @@ import Footer from "../components/Footer.astro"; const { title, - description = "Barrett Ruth's personal website", + description = "Barrett Ruth's website", bodyClass = "graph-background", } = Astro.props; ---