Skip to content

Commit

Permalink
minor page fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shuklabhay committed Aug 19, 2024
1 parent 10e4006 commit e7ab1ad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="apple-touch-icon" href="/logo192.png" />
<title>VelocityDraft</title>
<meta name="description" content="Flexible application essay scheduler" />
<base href="/velocity-draft/" />
<base href="/velocity-draft" />
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
ThemeProvider,
} from "@mui/material";
import Home from "./pages/Home.tsx";
import NotFound from "./pages/NotFound.tsx";
import Scheduler from "./pages/Scheduler.tsx";
import { AppProvider, useAppContext } from "./components/AppContext.tsx";

Expand Down Expand Up @@ -111,7 +110,6 @@ function AppContent() {
<Routes>
<Route path="/" element={<Home />} />
<Route path="/scheduler" element={<Scheduler />} />
<Route path="/*" element={<NotFound />} />
</Routes>
</Suspense>
</BrowserRouter>
Expand Down
58 changes: 0 additions & 58 deletions src/pages/NotFound.tsx

This file was deleted.

0 comments on commit e7ab1ad

Please sign in to comment.