From 6a7fdcdea86462ed240e146e90352b82209dd0ec Mon Sep 17 00:00:00 2001 From: Adriano Caloiaro Date: Sun, 3 May 2026 16:34:30 -0600 Subject: [PATCH] feat: don't cache location data for og tags --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo.toml b/hugo.toml index ad32371..6a75096 100644 --- a/hugo.toml +++ b/hugo.toml @@ -118,6 +118,9 @@ theme = "terminal" name = "Where Am I?" url = "/whereami/" +[caches.getresource] + maxAge = "0s" + [module] # In case you would like to make changes to the theme and keep it locally in you repository, # uncomment the line below (and correct the local path if necessary).