mirror of
https://github.com/lemeow125/Notes.git
synced 2024-11-17 04:09:26 +08:00
vault backup: 2024-10-14 23:41:17
This commit is contained in:
parent
64b4b36095
commit
49947e9219
1 changed files with 6 additions and 1 deletions
|
@ -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",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue