From 1eb0f8fe4ff53139d9a72e64c1ad473aab2b159c Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 19 Jul 2025 17:31:11 +0100 Subject: Changed domain of mediawiki --- homelab-wiki/LocalSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'homelab-wiki') 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; -- cgit v1.2.3