qa: Fix new sveltekit release
This commit is contained in:
parent
d9abf90e84
commit
3cf3a03ab8
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@ func getIndexHtml(w io.Writer, file io.Reader) []byte {
|
|||
append([]byte("\""), append(good_base, '_', 'a', 'p', 'p', '/')...),
|
||||
-1,
|
||||
),
|
||||
[]byte("\"base\": \""),
|
||||
append([]byte("\"base\": \""), good_base[:len(good_base)-1]...),
|
||||
[]byte("base: \""),
|
||||
append([]byte("base: \""), good_base[:len(good_base)-1]...),
|
||||
-1,
|
||||
)
|
||||
|
||||
|
|
|
|||
Reference in a new issue