qa: Make some crappy hacks to let sveltekit work with baseurl
This commit is contained in:
parent
0e19b59452
commit
5560a526b1
6 changed files with 39 additions and 20 deletions
|
|
@ -6,9 +6,6 @@ const config = {
|
|||
adapter: adapt({
|
||||
fallback: 'index.html'
|
||||
}),
|
||||
paths: {
|
||||
// base: '{{.urlbase}}',
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Reference in a new issue