Skip to content

Commit

Permalink
change basename
Browse files Browse the repository at this point in the history
  • Loading branch information
Impeqq committed Dec 19, 2021
1 parent 4411be6 commit ec85f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { BrowserRouter as Router, Switch } from "react-router-dom";

const App = () => {
return (
<Router basename="/Messenger">
<Router basename="/">
<Main>
<Switch>{renderRoute(routesConfig)}</Switch>
</Main>
Expand Down

0 comments on commit ec85f07

Please sign in to comment.