all repos — homestead @ a3ad47b3eb74f281df9f5d3c733fd60c56f5c462

Code for my website

fix static file access in docker

Alan Pearce
commit

a3ad47b3eb74f281df9f5d3c733fd60c56f5c462

parent

fb8cdcbd48543e800aa0f69b9264a09abef86d75

1 file changed, 0 insertions(+), 2 deletions(-)

changed files
M internal/website/mux.gointernal/website/mux.go
@@ -98,8 +98,6 @@ Development: opts.Development,
Destination: opts.Destination, } - templates.Setup() - repo, err, exists := vcs.CloneOrOpen(&vcs.Options{ LocalPath: opts.Source, RemoteURL: opts.VCS.RemoteURL,