diff --git a/uptime.config.ts b/uptime.config.ts index cf80328..658bfa7 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -7,10 +7,10 @@ import { MaintenanceConfig, PageConfig, WorkerConfig } from './types/config' const pageConfig: PageConfig = { // Title for your status page - title: "lyc8503's Status Page", + title: "LoliaFRP Nodes Status", // Links shown at the header of your status page, could set `highlight` to `true` links: [ - { link: 'https://github.com/lyc8503', label: 'GitHub' }, + { link: 'https://github.com/Lolia-FRP', label: 'GitHub' }, { link: 'https://blog.lyc8503.net/', label: 'Blog' }, { link: 'mailto:me@lyc8503.net', label: 'Email Me', highlight: true }, ],