From e21ba98b002d47d950f5421d9e549f66fc3706f0 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Mon, 26 Oct 2020 09:18:27 +1300 Subject: [PATCH] Try a different base url --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index b10e515..bd36039 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://jonathanturner.org" +base_url = "http://jonathandturner.github.io/" theme = "simple-dev-blog" # Whether to automatically compile all Sass files in the sass directory