Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
FIX routing
Browse files Browse the repository at this point in the history
  • Loading branch information
tor-nav committed Aug 16, 2024
1 parent a804269 commit 08d4371
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const Router = () => (
<Route path={Page.Root} element={<Informasjonstavle />} />
<Route path={Page.Dokumentasjon} element={<Dokumentasjon />} />
<Route path={Page.HvaSøkerDu} element={<HvaSøkerDu />} />
<Route path={Page.HvorMye} element={<Navigate to={Page.Root} key="redirect" />} />
<Route
path={Page.HvorMye}
element={<RedirectUrl url="https://www.nav.no/foreldrepenger/veivisere/hvor-mye" />}
Expand Down

0 comments on commit 08d4371

Please sign in to comment.