We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4487c2 + 39800b6 commit 607c130Copy full SHA for 607c130
pointcloud/package.json
@@ -3,6 +3,7 @@
3
"private": true,
4
"version": "0.0.0",
5
"type": "module",
6
+ "homepage": "https://github-username.github.io/pointcloud/",
7
"scripts": {
8
"dev": "vite",
9
"build": "tsc && vite build",
pointcloud/vite.config.ts
@@ -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 commit comments