chbase: Use same strategy for relative paths as qa

This commit is contained in:
nemunaire 2023-07-23 12:30:30 +02:00
commit acf909ab1e
4 changed files with 4 additions and 54 deletions

View file

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