From b9b363b37e81ffd6c156deec2cfb5957139947b0 Mon Sep 17 00:00:00 2001 From: scadmin Date: Sun, 14 Dec 2025 20:03:20 +0000 Subject: [PATCH] Changed a couple of things. --- src/consts.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/consts.ts b/src/consts.ts index 0df8a61..2caee7b 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -1,5 +1,5 @@ // Place any global data in this file. // You can import this data from anywhere in your site by using the `import` keyword. -export const SITE_TITLE = 'Astro Blog'; -export const SITE_DESCRIPTION = 'Welcome to my website!'; +export const SITE_TITLE = "Sean's Cloud"; +export const SITE_DESCRIPTION = 'A place for ideas!';