all repos — homestead @ b8fdd74d857b45c0ad573ff700bfd0bfbec3099c

Code for my website

update source repository if worktree exists

Alan Pearce
commit

b8fdd74d857b45c0ad573ff700bfd0bfbec3099c

parent

bd77f727dca007014f42269b9dd48b92df28f657

1 file changed, 1 insertion(+), 5 deletions(-)

changed files
M internal/config/config.gointernal/config/config.go
@@ -46,11 +46,7 @@ WildcardDomain string `toml:"wildcard_domain"`
OIDCHost URL `toml:"oidc_host"` Taxonomies []Taxonomy CSP *CSP `toml:"content-security-policy"` - VCS struct { - Branch string - RemoteURL URL `toml:"remote_url"` - } - Extra struct { + Extra struct { Headers map[string]string } Menus map[string][]MenuItem