From 005eaa63d053f897df6006641b381f23271ed8ca Mon Sep 17 00:00:00 2001 From: deranjer Date: Sat, 30 Jan 2021 10:57:27 -0500 Subject: [PATCH] fixing baseurl in config.toml --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 6f5ed98..5ac0922 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://recipes.derajnet.duckdns.org" +baseURL = "https://recipes.derajnet.duckdns.org/" languageCode = "en-us" title = "Swets Cookbook" theme = "cookbook"