Update uptime.config.ts

pull/30/head
linbmv 2024-05-22 01:18:14 +08:00 committed by GitHub
parent c97891c91e
commit 6356ccbe71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -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 },
],
}