Temporarily route to /web subdirectory for Pleroma
This commit is contained in:
parent
dc26e91f08
commit
d5ca8444bb
1 changed files with 2 additions and 2 deletions
|
@ -52,9 +52,9 @@ class GabSocialMount extends React.PureComponent {
|
|||
// }
|
||||
|
||||
return (
|
||||
<BrowserRouter>
|
||||
<BrowserRouter basename='/web'>
|
||||
<ScrollContext>
|
||||
<Route path='/' component={UI} />
|
||||
<Route component={UI} />
|
||||
</ScrollContext>
|
||||
</BrowserRouter>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue