Skip to content

Commit

Permalink
GH-1545: make all base relative "./" instead of absolute "/"
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Nov 24, 2023
1 parent dacf2ab commit fa6f7d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions leshan-bsserver-demo/webapp/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import path from "path";

// https://vitejs.dev/config/
export default defineConfig({
base: "./",
plugins: [
vue(),
Components({
Expand Down
1 change: 1 addition & 0 deletions leshan-server-demo/webapp/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import path from "path";

// https://vitejs.dev/config/
export default defineConfig({
base: "./",
plugins: [
vue(),
Components({
Expand Down

0 comments on commit fa6f7d2

Please sign in to comment.