Skip to content

Commit e7ab1ad

Browse files
committed
minor page fixes
1 parent 10e4006 commit e7ab1ad

File tree

3 files changed

+1
-61
lines changed

3 files changed

+1
-61
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="apple-touch-icon" href="/logo192.png" />
99
<title>VelocityDraft</title>
1010
<meta name="description" content="Flexible application essay scheduler" />
11-
<base href="/velocity-draft/" />
11+
<base href="/velocity-draft" />
1212
</head>
1313
<body>
1414
<div id="root"></div>

src/App.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {
99
ThemeProvider,
1010
} from "@mui/material";
1111
import Home from "./pages/Home.tsx";
12-
import NotFound from "./pages/NotFound.tsx";
1312
import Scheduler from "./pages/Scheduler.tsx";
1413
import { AppProvider, useAppContext } from "./components/AppContext.tsx";
1514

@@ -111,7 +110,6 @@ function AppContent() {
111110
<Routes>
112111
<Route path="/" element={<Home />} />
113112
<Route path="/scheduler" element={<Scheduler />} />
114-
<Route path="/*" element={<NotFound />} />
115113
</Routes>
116114
</Suspense>
117115
</BrowserRouter>

src/pages/NotFound.tsx

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)