chbase: Use same strategy for relative paths as qa
This commit is contained in:
parent
8132bc6b17
commit
6caf8c53b9
@ -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
|
||||||
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user