mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 14:51:52 +00:00
Fix Hugo new security config
related to https://github.com/gohugoio/hugo/releases/tag/v0.91.0
This commit is contained in:
parent
36b581d41d
commit
0e328c46b2
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
|
|||
quality = 95
|
||||
[security]
|
||||
[security.funcs]
|
||||
getenv = [ "^HUGO_", "CONTEXT" ]
|
||||
getenv = [ "^HUGO_", "CONTEXT", "URL" ]
|
||||
|
|
Loading…
Reference in a new issue