From 3a161598c50b631d84c20778ab5be8ece16198ad Mon Sep 17 00:00:00 2001 From: David Date: Thu, 19 Nov 2020 22:57:36 +0100 Subject: [PATCH] Testing webhooks with hugo --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d057051..eb1ecb2 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "//fukurokuju.dev/test-hugo/" +baseURL = "fukurokuju.dev/test-hugo/" languageCode = "en-us" title = "My New Hugo Site" theme = "novela"