Obliterate /web once and for all

This commit is contained in:
Alex Gleason
2020-04-23 21:13:18 -05:00
parent 6bcae0dd13
commit b4e3aa8a8c

View File

@ -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} />}