Skip to content

Commit

Permalink
support langs in errorPage
Browse files Browse the repository at this point in the history
  • Loading branch information
thedannywahl committed Feb 9, 2024
1 parent f2c63d7 commit e85a41c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions isp-site/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ routes.push({
routes.push({
path: "*",
element: <ErrorPage />,
children: [
{
path: ":language",
element: <ErrorPage />,
},
],
});

/*{
Expand Down

0 comments on commit e85a41c

Please sign in to comment.