Skip to content

Commit 607c130

Browse files
authored
pointcloud 0.1.1
add base to vite.config.ts
2 parents d4487c2 + 39800b6 commit 607c130

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pointcloud/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",
6+
"homepage": "https://github-username.github.io/pointcloud/",
67
"scripts": {
78
"dev": "vite",
89
"build": "tsc && vite build",

pointcloud/vite.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
})
7+
base: '/react-map-components-apps/pointcloud/',
8+
})

0 commit comments

Comments
 (0)