qa: Fix generation
This commit is contained in:
parent
3fb7c6e772
commit
26911181a2
3 changed files with 4 additions and 4 deletions
|
|
@ -31,8 +31,8 @@ func getIndexHtml(w io.Writer, file io.Reader) []byte {
|
|||
bytes.Replace(
|
||||
bytes.Replace(
|
||||
indexTmpl,
|
||||
[]byte("{{.urlbase}}"),
|
||||
good_base,
|
||||
[]byte(`<base href="/">`),
|
||||
[]byte(`<base href="`+string(good_base)+`">`),
|
||||
-1,
|
||||
),
|
||||
[]byte("\"/_app/"),
|
||||
|
|
|
|||
Reference in a new issue