From cb471290a16aec08c9d80beaf13173fe1209d1a5 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 3 Nov 2025 08:46:23 -0700 Subject: [PATCH] Try just using root as baseURL so that recipes work properly on dev and stage sites. --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index b25369c..b2d0960 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'https://recipes.hyperling.com/' +baseURL = '/' languageCode = 'en-us' title = "Hyperling's Recipes"