Skip to content

Commit

Permalink
Update based on feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Wanlin <[email protected]>
  • Loading branch information
awanlin committed Dec 2, 2023
1 parent 64c7a1a commit 62ecc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const app = createApp({

const routes = (
<FlatRoutes>
<Navigate key="/" to="catalog" replace />
<Route path="/" element={<Navigate to="catalog" />} />
<FeatureFlagged with="customizable-home-page-preview">
<Route path="/home" element={<HomepageCompositionRoot />}>
<CustomizableHomePage />
Expand Down

0 comments on commit 62ecc85

Please sign in to comment.