Skip to content

Commit

Permalink
fix base url
Browse files Browse the repository at this point in the history
  • Loading branch information
rei1024 committed Sep 29, 2024
1 parent 85a1169 commit 0d9f77d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Run development server
npm run dev
```

<http://localhost:5173/>
<http://localhost:5173/game-of-life-3d>
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
base: "/game-of-life-3d",
};

0 comments on commit 0d9f77d

Please sign in to comment.