Skip to content

Commit

Permalink
pointcloud 0.1.1
Browse files Browse the repository at this point in the history
add base to vite.config.ts
  • Loading branch information
JannikBrack authored Dec 13, 2024
2 parents d4487c2 + 39800b6 commit 607c130
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pointcloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://github-username.github.io/pointcloud/",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
3 changes: 2 additions & 1 deletion pointcloud/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
base: '/react-map-components-apps/pointcloud/',
})

0 comments on commit 607c130

Please sign in to comment.