From 6dc98cc97f2a444db1a17fcb64d8aa5dfda04761 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 11 Jan 2021 23:21:04 +0100 Subject: [PATCH] Fix baseURL --- config.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.toml b/config.toml index b70106f..85f0a3e 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,7 @@ -baseURL = "phireh.fukurokuju.dev/test-hugo/" +baseURL = "https://phireh.fukurokuju.dev/test-hugo" languageCode = "en-us" title = "My New Hugo Site" theme = "novela" disableKinds = ["taxonomy", "taxonomyTerm"] canonifyURLs = true #relativeurls = false -# Nothing important, just touching a file to push