File tree Expand file tree Collapse file tree 3 files changed +1
-61
lines changed Expand file tree Collapse file tree 3 files changed +1
-61
lines changed Original file line number Diff line number Diff line change 8
8
< link rel ="apple-touch-icon " href ="/logo192.png " />
9
9
< title > VelocityDraft</ title >
10
10
< meta name ="description " content ="Flexible application essay scheduler " />
11
- < base href ="/velocity-draft/ " />
11
+ < base href ="/velocity-draft " />
12
12
</ head >
13
13
< body >
14
14
< div id ="root "> </ div >
Original file line number Diff line number Diff line change 9
9
ThemeProvider ,
10
10
} from "@mui/material" ;
11
11
import Home from "./pages/Home.tsx" ;
12
- import NotFound from "./pages/NotFound.tsx" ;
13
12
import Scheduler from "./pages/Scheduler.tsx" ;
14
13
import { AppProvider , useAppContext } from "./components/AppContext.tsx" ;
15
14
@@ -111,7 +110,6 @@ function AppContent() {
111
110
< Routes >
112
111
< Route path = "/" element = { < Home /> } />
113
112
< Route path = "/scheduler" element = { < Scheduler /> } />
114
- < Route path = "/*" element = { < NotFound /> } />
115
113
</ Routes >
116
114
</ Suspense >
117
115
</ BrowserRouter >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments