feat(ui): add support for relative links
In case the root path is not "/". Related: https://github.com/socketio/socket.io-admin-ui/issues/41
This commit is contained in:
parent
e0d91cadb1
commit
fdec2ce17b
|
|
@ -1,4 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
||||||
|
publicPath: "./",
|
||||||
|
|
||||||
configureWebpack: {
|
configureWebpack: {
|
||||||
node: false, // remove buffer polyfill
|
node: false, // remove buffer polyfill
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue