github.com/cs3org/reva/v2@v2.27.7/changelog/1.7.0_2021-04-19/new-meshdirectory-ui.md (about) 1 Enhancement: New MeshDirectory HTTP service UI frontend with project branding 2 3 We replaced the temporary version of web frontend of the mesh directory http service with 4 a new redesigned & branded one. Because the new version is a more complex Vue SPA that contains image, 5 css and other assets, it is now served from a binary package distribution that was generated using the 6 [github.com/rakyll/statik](https://github.com/rakyll/statik) package. The `http.services.meshdirectory.static` 7 config option was obsoleted by this change. 8 9 https://github.com/cs3org/reva/issues/1502