diff --git a/qa/static.go b/qa/static.go
index 6e4076c7..42c1b71e 100644
--- a/qa/static.go
+++ b/qa/static.go
@@ -31,8 +31,8 @@ func getIndexHtml(w io.Writer, file io.Reader) []byte {
bytes.Replace(
bytes.Replace(
indexTmpl,
- []byte("{{.urlbase}}"),
- good_base,
+ []byte(``),
+ []byte(``),
-1,
),
[]byte("\"/_app/"),
diff --git a/qa/ui/jsconfig.json b/qa/ui/jsconfig.json
index cea8c921..a2810e9b 100644
--- a/qa/ui/jsconfig.json
+++ b/qa/ui/jsconfig.json
@@ -1,4 +1,5 @@
{
+ "extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
diff --git a/qa/ui/src/app.html b/qa/ui/src/app.html
index a693f2ea..d5839236 100644
--- a/qa/ui/src/app.html
+++ b/qa/ui/src/app.html
@@ -4,8 +4,7 @@
-
-
+
%sveltekit.head%