chbase: Use same strategy for relative paths as qa

This commit is contained in:
nemunaire 2023-07-23 12:30:30 +02:00
parent 8132bc6b17
commit 6caf8c53b9
2 changed files with 6 additions and 0 deletions

View File

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

View File

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