From f70ce24bcb05651e8ac13081171ede27b64208e6 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Fri, 30 Jan 2026 13:51:58 -0700 Subject: [PATCH] Small text update to make it less cringe --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 3b1dcdc..6292ee4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -12,7 +12,7 @@ import Section from "../components/Section.astro"; const pageMetaInfo = { title: siteConfig.name, - description: `Welcome to ${siteConfig.name} - ${siteConfig.description}`, + description: `${siteConfig.name} - ${siteConfig.description}`, }; ---