qa: Fix generation

This commit is contained in:
nemunaire 2023-02-19 12:28:04 +01:00
commit 26911181a2
3 changed files with 4 additions and 4 deletions

View file

@ -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/"),