Fix logo urls, add user agent, and update footer
This commit is contained in:
parent
338857846d
commit
b191101c77
|
|
@ -1,10 +1,12 @@
|
||||||
# Change these first
|
# Change these first
|
||||||
owner: tp-link-extender # Your GitHub organization or username, where this repository lives
|
owner: tp-link-extender # Your GitHub organization or username, where this repository lives
|
||||||
repo: status # The name of this repository
|
repo: status # The name of this repository
|
||||||
|
user-agent: Heliodex
|
||||||
|
|
||||||
sites:
|
sites:
|
||||||
- name: Mercury
|
- name: Mercury
|
||||||
url: https://banland.xyz/
|
url: https://banland.xyz/
|
||||||
|
logoUrl: https://raw.githubusercontent.com/tp-link-extender/status/main/Mercury.svg
|
||||||
|
|
||||||
assignees:
|
assignees:
|
||||||
- Heliodex
|
- Heliodex
|
||||||
|
|
@ -15,7 +17,7 @@ status-website:
|
||||||
# Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there
|
# Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there
|
||||||
cname: status.banland.xyz
|
cname: status.banland.xyz
|
||||||
# baseUrl: /your-repo-name
|
# baseUrl: /your-repo-name
|
||||||
logoUrl: https://raw.githubusercontent.com/tp-link-extender/status/main/Mercury.svg/
|
logoUrl: https://raw.githubusercontent.com/tp-link-extender/status/main/Mercury.svg
|
||||||
name: Mercury
|
name: Mercury
|
||||||
introTitle: "Mercury Status"
|
introTitle: "Mercury Status"
|
||||||
navbar:
|
navbar:
|
||||||
|
|
@ -26,5 +28,8 @@ status-website:
|
||||||
- title: GitHub
|
- title: GitHub
|
||||||
href: https://github.com/$OWNER/$REPO
|
href: https://github.com/$OWNER/$REPO
|
||||||
|
|
||||||
|
i18n:
|
||||||
|
footer: [Mercury](https://banland.xyz) 2022-2023. This page is [open source]($REPO).
|
||||||
|
|
||||||
# Upptime also supports notifications, assigning issues, and more
|
# Upptime also supports notifications, assigning issues, and more
|
||||||
# See https://upptime.js.org/docs/configuration
|
# See https://upptime.js.org/docs/configuration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue