qa: Make some crappy hacks to let sveltekit work with baseurl

This commit is contained in:
nemunaire 2022-11-07 04:57:00 +01:00
commit 5560a526b1
6 changed files with 39 additions and 20 deletions

View file

@ -6,9 +6,6 @@ const config = {
adapter: adapt({
fallback: 'index.html'
}),
paths: {
// base: '{{.urlbase}}',
},
}
};