Skip to content

Commit d64375c

Browse files
committed
Implements #5143
1 parent 0fa7461 commit d64375c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/shared/routes/index.jsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,16 @@ function Routes({ communityId }) {
127127
exact
128128
path={config.START_PAGE_PATH}
129129
/>
130+
<Route
131+
render={() => (
132+
<ContentfulRoute
133+
baseUrl="/apollo"
134+
id="4Ie8cLj2OvuFqbU46HBGQM"
135+
/>
136+
)}
137+
exact
138+
path="/apollo"
139+
/>
130140
<Topcoder />
131141
</Switch>
132142
</div>

0 commit comments

Comments
 (0)