From 86bd082af59c8a2fa1edf1e3fdb9b2ef6724b27b Mon Sep 17 00:00:00 2001 From: Joe Hutchinson Date: Thu, 22 Oct 2020 14:17:08 -0400 Subject: [PATCH] Change base url to correct one --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 6f9bb66..bd44169 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,4 +1,4 @@ -baseurl = "http://example.org" +baseurl = "https://example.com" title = "Hugo Themes - aether" author = "Joe Hutchinson" canonifyurls = true