Change default baseURL to be . instead of empty string
This commit is contained in:
parent
93cf26af1a
commit
cceb380167
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ func (p *Plugin) OnActivate() error {
|
|||
return fmt.Errorf("error initializing the DB: %v", err)
|
||||
}
|
||||
|
||||
baseURL := ""
|
||||
baseURL := "."
|
||||
if mmconfig.ServiceSettings.SiteURL != nil {
|
||||
baseURL = *mmconfig.ServiceSettings.SiteURL
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue