diff options
-rw-r--r-- | homelab-wiki/LocalSettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/homelab-wiki/LocalSettings.php b/homelab-wiki/LocalSettings.php index a1aa03f..e8e5eb2 100644 --- a/homelab-wiki/LocalSettings.php +++ b/homelab-wiki/LocalSettings.php @@ -30,7 +30,7 @@ $wgMetaNamespace = "Eden's_Homelab_Wiki"; $wgScriptPath = ""; ## The protocol and server name to use in fully-qualified URLs -$wgServer = "https://wiki.eda.gay"; +$wgServer = "https://homelabwiki.boymoder.blog"; ## The URL path to static resources (images, scripts, etc.) $wgResourceBasePath = $wgScriptPath; |