Skip to content

Commit

Permalink
Configure vite base path
Browse files Browse the repository at this point in the history
  • Loading branch information
Stastez committed Jul 18, 2024
1 parent f752d45 commit 9114e7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ export default defineConfig({
assetsInclude: ['**/*.glb'],
build: {
target: 'es2022'
}
},
base: '/SoftwareMap/'
});

0 comments on commit 9114e7b

Please sign in to comment.