Skip to content

Commit

Permalink
Make public production path a relative one. (for server-demo)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jun 1, 2021
1 parent 368e503 commit 3d7cf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leshan-server-demo/webapp2/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
outputDir: process.env.MAVEN_OUTPUT_DIR
? process.env.MAVEN_OUTPUT_DIR
: "../target/dist",
publicPath: "/v2/",
publicPath: "./",
transpileDependencies: ["vuetify"],
devServer: {
proxy: {
Expand Down

0 comments on commit 3d7cf31

Please sign in to comment.