Removed ACTIPAGE environment variables from imported variables

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-09 21:52:41 -04:00
parent ef513e9261
commit 5eb1061330
No known key found for this signature in database
GPG key ID: AD914585C9406B6A

View file

@ -63,7 +63,7 @@ typographer = false
unsafe = true
[security.funcs]
getenv = ['^HUGO_', '^CI$', '^ACTIPAGE_']
getenv = ['^HUGO_', '^CI$']
[params]
siteAuthor="Jeffrey Phillips Freeman"