all repos — homestead @ dfa8889bbaddd666fbfd7e0a77e6fc0ff0f75dea

Code for my website

change subdomain links to point to alin.ovh

Alan Pearce
commit

dfa8889bbaddd666fbfd7e0a77e6fc0ff0f75dea

parent

bce267e09a38372b3edf9f6e40a4cc39e4bb1f89

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M internal/publisher/app.gointernal/publisher/app.go
@@ -17,7 +17,7 @@
type Options struct { Development bool `conf:"-"` BaseURL config.URL - VCSRemoteURL config.URL `conf:"default:https://git.alanpearce.eu/website"` + VCSRemoteURL config.URL `conf:"default:https://git.alin.ovh/website"` } type App struct {