chbase: Use same strategy for relative paths as qa
This commit is contained in:
parent
8132bc6b17
commit
6caf8c53b9
2 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,9 @@ const config = {
|
||||||
adapter: adapt({
|
adapter: adapt({
|
||||||
fallback: 'index.html'
|
fallback: 'index.html'
|
||||||
}),
|
}),
|
||||||
|
paths: {
|
||||||
|
relative: true
|
||||||
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,9 @@ const config = {
|
||||||
adapter: adapt({
|
adapter: adapt({
|
||||||
fallback: 'index.html'
|
fallback: 'index.html'
|
||||||
}),
|
}),
|
||||||
|
paths: {
|
||||||
|
relative: true
|
||||||
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Reference in a new issue