Try just using root as baseURL so that recipes work properly on dev and stage sites.

This commit is contained in:
2025-11-03 08:46:23 -07:00
parent fe7119a197
commit cb471290a1

View File

@@ -1,4 +1,4 @@
baseURL = 'https://recipes.hyperling.com/'
baseURL = '/'
languageCode = 'en-us'
title = "Hyperling's Recipes"