From 26911181a2306038cb6731e34c29bee2bf53069d Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sun, 19 Feb 2023 12:28:04 +0100 Subject: [PATCH] qa: Fix generation --- qa/static.go | 4 ++-- qa/ui/jsconfig.json | 1 + qa/ui/src/app.html | 3 +-- 3 files changed, 4 insertions(+), 4 deletions(-) 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%