fix: fix static assets url generation (#965)

This commit is contained in:
Oleg Lobanov
2020-05-31 22:24:18 +02:00
parent 6e5405eeed
commit ba47e3b2fe
5 changed files with 13 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ const recaptcha = window.FileBrowser.ReCaptcha
const recaptchaKey = window.FileBrowser.ReCaptchaKey
const signup = window.FileBrowser.Signup
const version = window.FileBrowser.Version
const logoURL = `/${staticURL}/img/logo.svg`
const logoURL = `${staticURL}/img/logo.svg`
const noAuth = window.FileBrowser.NoAuth
const authMethod = window.FileBrowser.AuthMethod
const loginPage = window.FileBrowser.LoginPage