From 17c96e16f6a05290ac819d8bb51d81283f37f206 Mon Sep 17 00:00:00 2001 From: Jimmy-Gan Date: Sat, 19 Apr 2025 18:29:19 +0800 Subject: [PATCH] change SITE TITLE --- src/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts.ts b/src/consts.ts index a9da0d8..482fcb4 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_TITLE = "Jimmy Gan Blog"; export const SITE_DESCRIPTION = "Welcome to my website!";