Skip to content

Commit

Permalink
Add lycua redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis committed Jan 15, 2024
1 parent 93cc23d commit 75e01a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/component/InsideApp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ class InsideApp extends React.Component {
<Redirect to="/#PageHomeServices" />
</Route>

<Route exact path="/lucya">
<Redirect to="/service/lucya" />
</Route>

{/* 404 */}

<Route
Expand Down

0 comments on commit 75e01a2

Please sign in to comment.