Skip to content

Commit fdec2ce

Browse files
feat(ui): add support for relative links
In case the root path is not "/". Related: #41
1 parent e0d91ca commit fdec2ce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ui/vue.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
module.exports = {
2+
3+
publicPath: "./",
4+
25
configureWebpack: {
36
node: false, // remove buffer polyfill
47
},

0 commit comments

Comments
 (0)