change subdomain links to point to alin.ovh
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/builder/builder.go → internal/builder/builder.go
@@ -27,7 +27,7 @@ type Options struct { Source string `conf:"default:.,short:s,flag:src"` Development bool `conf:"default:false,flag:dev"` - VCSRemoteURL config.URL `conf:"default:https://git.alanpearce.eu/website"` + VCSRemoteURL config.URL `conf:"default:https://git.alin.ovh/website"` Storage storage.Writer `conf:"-"` Repo *vcs.Repository `conf:"-"`