From 3b2e3d427cde174d42f71e78481e4bb26cba183a Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 9 Aug 2024 02:29:47 -0400 Subject: [PATCH] use temporary base url --- hugo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index dedd777..dbd83d7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,5 @@ -baseURL = "https://purduelug.org/" +#baseURL = "https://purduelug.org/" +baseURL = "https://purduelug.org/new-website/" title = "Purdue Linux Users Group" sectionPagesMenu = "main"