File tree Expand file tree Collapse file tree 3 files changed +3
-39
lines changed
Expand file tree Collapse file tree 3 files changed +3
-39
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import React from 'react' ;
2- import { BrowserRouter as Router } from 'react-router-dom' ;
2+ import { HashRouter as Router } from 'react-router-dom' ;
33import Layout from './components/Layout' ;
44import AnimatedRoutes from './components/AnimatedRoutes' ;
55
66function App ( ) {
77 return (
8- < Router basename = "/" >
8+ < Router >
99 < Layout >
1010 < AnimatedRoutes />
1111 </ Layout >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const Footer = () => {
3333 < Link to = "/logs" className = "text-primary-400 hover:text-white transition-colors" onClick = { ( ) => window . scrollTo ( { top : 0 , behavior : 'smooth' } ) } > Logs</ Link >
3434 </ div >
3535 < p className = "text-sm text-gray-500" >
36- © { new Date ( ) . getFullYear ( ) } fezcode. All rights reserved. < code > v0.0.4 </ code >
36+ © { new Date ( ) . getFullYear ( ) } fezcode. All rights reserved. < code > v0.0.5 </ code >
3737 </ p >
3838 </ div >
3939 </ div >
You can’t perform that action at this time.
0 commit comments