From 733d4f1ecb3cb4d2dc2eb82f5172c126f607094b Mon Sep 17 00:00:00 2001 From: lyc8503 Date: Sun, 30 Jun 2024 12:12:53 +0800 Subject: [PATCH] update links --- uptime.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uptime.config.ts b/uptime.config.ts index b9c7636..00be288 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -4,8 +4,8 @@ const pageConfig = { // Links shown at the header of your status page, could set `highlight` to `true` links: [ { link: 'https://github.com/lyc8503', label: 'GitHub' }, - { link: 'https://blog.lyc8503.site/', label: 'Blog' }, - { link: 'mailto:me@lyc8503.site', label: 'Email Me', highlight: true }, + { link: 'https://blog.lyc8503.net/', label: 'Blog' }, + { link: 'mailto:me@lyc8503.net', label: 'Email Me', highlight: true }, ], }