From 7120b328f15f3bcbaa74ab70aa7135e4eb613dd1 Mon Sep 17 00:00:00 2001 From: "Satya L. Johnson" Date: Wed, 13 Oct 2021 01:05:44 -0400 Subject: [PATCH] fix base url config --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 65a34f4..192e6e3 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The base URL of the site; the only required configuration variable. -base_url = "https://blube.club" +base_url = "https://new.blube.club" # The site title and description; used in feeds by default. title = "The Blube Club"