feat: don't cache location data for og tags
This commit is contained in:
parent
a16dfe0e58
commit
6a7fdcdea8
1 changed files with 3 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue