Skip to content

Commit 8fcff80

Browse files
committed
try fix route error
1 parent 23205c7 commit 8fcff80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function App() {
1616
// });
1717
// });
1818
return (
19-
<Router>
19+
<Router basename='/'>
2020
<div className='App'>
2121
<div className="auth-wrapper">
2222
<div className="auth-inner">

0 commit comments

Comments
 (0)