From 512cf13b3f6aba335022c866622cb62d59485161 Mon Sep 17 00:00:00 2001 From: Peter Nashaat Date: Wed, 18 Oct 2023 14:21:53 +0000 Subject: [PATCH] fix config base_url --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 5db107b..bce9a7b 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://www2.freezone.ourworld.tf/" +base_url = "https://www2.mycelium.threefold.io/" # Change this to your own URL! Please note this variable **must** be uncommented. title = "Mycelium"