traefik/webui/vue.config.js

4 lines
49 B
JavaScript
Raw Normal View History

module.exports = {
publicPath: "/dashboard"
};