Obliterate /web once and for all
This commit is contained in:
parent
6bcae0dd13
commit
b4e3aa8a8c
|
@ -88,7 +88,7 @@ class GabSocialMount extends React.PureComponent {
|
||||||
<body className={bodyClass} />
|
<body className={bodyClass} />
|
||||||
{theme && <link rel='stylesheet' href={`/packs/css/${theme}.chunk.css`} />}
|
{theme && <link rel='stylesheet' href={`/packs/css/${theme}.chunk.css`} />}
|
||||||
</Helmet>
|
</Helmet>
|
||||||
<BrowserRouter basename='/web'>
|
<BrowserRouter>
|
||||||
<ScrollContext>
|
<ScrollContext>
|
||||||
<Switch>
|
<Switch>
|
||||||
{!me && <Route exact path='/' component={LandingPage} />}
|
{!me && <Route exact path='/' component={LandingPage} />}
|
||||||
|
|
Loading…
Reference in New Issue