vault backup: 2025-03-19 12:04:34
All checks were successful
Update pages on webserver / Update (push) Successful in 7s

This commit is contained in:
themodernhakr 2025-03-19 12:04:34 -05:00
parent 4b4d6cdcaf
commit 76795b0b98
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "index.md", "file": "index.md",
"mode": "preview", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",

View File

@ -10,7 +10,7 @@ const you = "reading this for some reason"
class Site { class Site {
this.purpose = "exists to help you not suck as much as me" this.purpose = "exists to help you not suck as much as me"
this.topics = [ this.topics = [
"[[Minecraft Server Administration/index|Minecraft Server Administration]]" "Mincraft Server Administration"
] ]
} }
``` ```