socketio / socket.io-admin-ui

Admin UI for Socket.IO

Home Page:https://admin.socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support relative links in index.html

Thomas-1985 opened this issue · comments

Hi

I am serving the ui files in my Express app via
app.use(express.static(path.resolve('public')));

in a subdirectory called socket.ui. With the index.html provided this doesn't work as the links to css, webpack etc. start with /

If you could change it to relative links, this should work.

Best,
Thomas

That sounds reasonable 👍

This was implemented in fdec2ce, included in version 0.4.0.

Have a great day!