Skip to content

Commit d1b56a6

Browse files
committed
Add redirect from /home to /
1 parent 255c3a9 commit d1b56a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const App = () => {
6565
<Redirect from='/donate' to='/support/donate' />
6666
<Redirect from='/donation' to='/support/donate' />
6767
<Redirect from='/faq' to='/about/faq' />
68+
<Redirect from='/home' to='/' />
6869
<Redirect from='/how' to='/join-index/how-to-add' />
6970
<Redirect from='/how-to' to='/join-index/how-to-add' />
7071
<Redirect from='/how-to-use' to='/join-index/how-to-add' />

0 commit comments

Comments
 (0)