From 6356ccbe713df5920e422757035b3eefa043c208 Mon Sep 17 00:00:00 2001 From: linbmv <167443537+linbmv@users.noreply.github.com> Date: Wed, 22 May 2024 01:18:14 +0800 Subject: [PATCH] Update uptime.config.ts --- uptime.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uptime.config.ts b/uptime.config.ts index b9c7636..546261c 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -1,11 +1,11 @@ const pageConfig = { // Title for your status page - title: "lyc8503's Status Page", + title: "LinHome's Status Page", // 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://trite-goldenrod-cycle.glitch.me/', label: 'Fan' }, + { link: 'https://motley-hickory-brian.glitch.me/', label: 'Linbmv' }, + { link: 'mailto:ad@040103.xyz', label: 'Email Me', highlight: true }, ], }