Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
lilpacy committed Nov 4, 2024
1 parent 936dc1d commit d72a8e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "color-vis",
"name": "color-visualize-3d",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { defineConfig } from 'vite'

// https://vitejs.dev/config/
export default defineConfig({
base: '/color-visualize-3d/'
})

0 comments on commit d72a8e7

Please sign in to comment.