From 774e7877b4feecb6edbb29fea768bec007a4f557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=B9=E6=9E=97=E9=87=8C=E6=9C=89=E5=86=B0?= Date: Thu, 9 May 2024 14:31:02 +0800 Subject: [PATCH] consts: change siteUrl --- src/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts.ts b/src/consts.ts index f85390b..47918bc 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -9,7 +9,7 @@ export const SITE_METADATA = { description: '一名在校大二软工学生的奇思妙想', language: 'zh-CN', theme: 'system', // Options: system, light, dark, Does not work yet - siteUrl: 'https://astro-starter-blog.yon.fun/', + siteUrl: 'https://www.papapatrick.tech/', siteRepo: 'https://github.com/Patrickill/my-blog', siteLogo: '/static/images/logo.png', locale: 'zh-CN',