Skip to content

Commit

Permalink
Deploy: fix
Browse files Browse the repository at this point in the history
KimCookieYa committed Nov 13, 2023
1 parent 0e1020c commit b48c847
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://kj2b-handsup.github.io/client/",
"homepage": "https://kj2b-handsup.github.io/",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ import "./index.css";
function App() {
return (
<>
<BrowserRouter basename="/client">
<BrowserRouter basename="/">
<Routes>
<Route path="/login" element={<LoginPage />} />
<Route path="/main/*" element={<MainPage />} />

0 comments on commit b48c847

Please sign in to comment.