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:
Damien Arrachequesne 2022-06-22 01:22:07 +02:00
parent e0d91cadb1
commit fdec2ce17b
No known key found for this signature in database
GPG Key ID: 544D14663E7F7CF0
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
module.exports = {
publicPath: "./",
configureWebpack: {
node: false, // remove buffer polyfill
},