From f65f662c169e45288b7b360c5713b6ace27732a0 Mon Sep 17 00:00:00 2001 From: sirlilpanda Date: Mon, 30 Mar 2026 09:16:39 +1300 Subject: [PATCH] changed site title and desc --- src/consts.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/consts.ts b/src/consts.ts index 0df8a61..5bda9d8 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 = 'Sirlilpanda\'s website'; +export const SITE_DESCRIPTION = 'listen to the ramblings of a mad man!';