Update status page title and GitHub link

This commit is contained in:
2026-07-29 11:43:47 +08:00
committed by GitHub
parent a158df3216
commit f641b5023e
+2 -2
View File
@@ -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 },
],