vault backup: 2024-10-14 23:41:17

This commit is contained in:
Keannu Bernasol 2024-10-14 23:41:17 +08:00
parent 64b4b36095
commit 49947e9219

View file

@ -64,9 +64,14 @@ const config: Config = {
items: [ items: [
{ to: "/blog", label: "Blog", position: "left" }, { to: "/blog", label: "Blog", position: "left" },
{ to: "/docs", label: "Docs", position: "left" }, { to: "/docs", label: "Docs", position: "left" },
{
href: "https://github.com/lemeow125/Notes",
label: "Github",
position: "right",
},
{ {
href: "https://stats.06222001.xyz/status/all", href: "https://stats.06222001.xyz/status/all",
label: "Services Status", label: "Tracker",
position: "right", position: "right",
}, },
], ],