Skip to content

Commit

Permalink
Fix: added base URL to Vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgz committed Nov 5, 2023
1 parent 7871467 commit 42ce060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import path from "path";

// https://vitejs.dev/config/
export default {
base: '/3d-shape-builder/',
plugins: [
vue(),
Components({
Expand Down

0 comments on commit 42ce060

Please sign in to comment.