From ede5d052a1042e0f7314064c0c6a2833eb9000eb Mon Sep 17 00:00:00 2001 From: samaradel Date: Thu, 21 Jul 2022 18:52:27 +0200 Subject: [PATCH] Fix config.toml --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 5f39a9c51..f884ad76e 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "www_threefold_io" +base_url = "https://threefoldfoundation.github.io/www_threefold_io" # Change this to your own URL! Please note this variable **must** be uncommented. title = "ThreeFold"