From ac4a2626606a5e1be99425fa4627152b361cfcaf Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Mon, 12 Jul 2021 22:44:28 +0100 Subject: [PATCH] fix(*): Remove additional slash --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 09ea536..9bce8d1 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -23,7 +23,7 @@ email: your-email@example.com description: >- # this means to ignore newlines until "baseurl:" A blog covering anything I found interesting or useful in the worlds of technology and code. baseurl: "" # the subpath of your site, e.g. /blog -url: "https://www.jcreek.co.uk/" # the base hostname & protocol for your site, e.g. http://example.com +url: "https://www.jcreek.co.uk" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: jcreek23 github_username: jcreek