qa: Keep base hack in sync with sveltekit
This commit is contained in:
parent
20dc1f65dc
commit
b7344f2b73
@ -39,8 +39,8 @@ func getIndexHtml(w io.Writer, file io.Reader) []byte {
|
|||||||
append([]byte("\""), append(good_base, '_', 'a', 'p', 'p', '/')...),
|
append([]byte("\""), append(good_base, '_', 'a', 'p', 'p', '/')...),
|
||||||
-1,
|
-1,
|
||||||
),
|
),
|
||||||
[]byte("paths: {\"base\":\""),
|
[]byte("\"base\": \""),
|
||||||
append([]byte("paths: {\"base\":\""), good_base[:len(good_base)-1]...),
|
append([]byte("\"base\": \""), good_base[:len(good_base)-1]...),
|
||||||
-1,
|
-1,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user