From 9b1d07665425617f62c7fe6e6cd868503fd54d13 Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Thu, 20 Mar 2025 10:53:09 -0400 Subject: [PATCH] set correct baseURL --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index aef2ef4..e56a786 100755 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,6 @@ ######################## default configuration #################### # The base URL of your site (required). This will be prepended to all relative URLs. -baseURL = "http://kevins-macbook-pro.damconsulting.net:1313/" +baseURL = "https://damconsulting.llc/" # baseURL = "/" # Title of your website (required). title = "Hugoplate"