Skip to content

Commit 78b4d6d

Browse files
committed
Add redirect
1 parent d1b205a commit 78b4d6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/client/containers/SemanticPortal.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,9 @@ const SemanticPortal = props => {
257257
xsScreen={xsScreen}
258258
location={props.location}
259259
/>
260+
<Route exact path={`${rootUrlWithLang}/`}>
261+
<Redirect to={`${rootUrlWithLang}/app`} />
262+
</Route>
260263
<Route exact path={`${rootUrl}/`}>
261264
<Redirect to={`${rootUrlWithLang}/app`} />
262265
</Route>

0 commit comments

Comments
 (0)