ditch 404 changes

This commit is contained in:
2022-10-10 14:40:22 -04:00
parent 2e60042ece
commit 68593626c0
4 changed files with 8 additions and 16 deletions

View File

@@ -39,8 +39,8 @@ function App() {
<Route exact path='/projects' element={<Projects />}></Route>
<Route exact path='activities' element={<Activities />}></Route>
<Route exact path='/about' element={<AboutMe />}></Route>
<Route exact path='/404' element={<ErrorNotFound />} />
<Route exact path="*" element={<ErrorNotFound />} />
<Route exact path='/notFound' element={<ErrorNotFound />} />
{/* <Route exact path="/*" element={<ErrorNotFound />} /> */}
</Routes>
<div className='footer'>
<Socials />