Skip to content

Commit

Permalink
[demo-ui] fix vite config which prevent demo to work on sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Dec 11, 2024
1 parent 813ef69 commit 4db01a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion leshan-demo-bsserver/webapp/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const outputDir = process.env.MAVEN_OUTPUT_DIR

// https://vitejs.dev/config/
export default defineConfig({
//base: "./", // should be deleted ?
base: "./",
plugins: [
VueRouter(),
Vue({
Expand Down
2 changes: 1 addition & 1 deletion leshan-demo-server/webapp/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const outputDir = process.env.MAVEN_OUTPUT_DIR

// https://vitejs.dev/config/
export default defineConfig({
//base: "./", // should be deleted ?
base: "./",
plugins: [
VueRouter(),
Vue({
Expand Down

0 comments on commit 4db01a9

Please sign in to comment.