From 10859470881e9479f6d5bfc69f56f783589330bd Mon Sep 17 00:00:00 2001 From: Charlie Banks Date: Fri, 18 Oct 2024 18:44:36 +0100 Subject: [PATCH] updating toml files --- config/development/hugo.toml | 4 ++-- config/production/hugo.toml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config/development/hugo.toml b/config/development/hugo.toml index d0c06dd..c4f4070 100644 --- a/config/development/hugo.toml +++ b/config/development/hugo.toml @@ -13,11 +13,11 @@ relativeURLs = "true" #canonifyURLs = "true" # Local -baseURL = "/" +baseURL = "https://djmonkeyuk.github.io/website/" publishDir = "public" # Remote -baseURL = "https://djmonkeyuk.github.io/website/" + #publishDir = "//centos/sites/hugodev/hugostory/" ## ----------------------------------------------- diff --git a/config/production/hugo.toml b/config/production/hugo.toml index 5f980c5..15f3ef7 100644 --- a/config/production/hugo.toml +++ b/config/production/hugo.toml @@ -13,11 +13,10 @@ relativeURLs = "true" canonifyURLs = "true" # Local -baseURL = "/" +baseURL = "https://djmonkeyuk.github.io/website/" publishDir = "public" # Remote -baseURL = "https://djmonkeyuk.github.io/website/" #publishDir = "//centos/sites/hugodev/hugostory/" ## -----------------------------------------------