change subdomain links to point to alin.ovh
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/publisher/app.go → internal/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 {