Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Rises committed Sep 6, 2023
1 parent 8ac9378 commit 5b657b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
"private": true,
"version": "0.0.0",
"type": "module",
"license": "MIT",
"repository": {
"url": "git+https://github.com/Im-Rises/nbody-simulator-barnes-hut-react-p5-website.git",
"type": "git"
},
"author": "Im-Rises <Quentin-morel8_@hotmail.com> (Quentin Morel)",
"description": "A react component that simulates the n-body problem using the Barnes-Hut algorithm and the p5.js library.",
"homepage": "https://im-rises.github.io/nbody-simulator-barnes-hut-react-p5-website/",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react-swc'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '/nbody-simulator-barnes-hut-react-p5/',
})

0 comments on commit 5b657b8

Please sign in to comment.