Skip to content

Commit b6a510b

Browse files
committed
Add redirect from /home to /
1 parent 9705815 commit b6a510b

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
@@ -64,6 +64,7 @@ const App = () => {
6464
<Redirect from='/donate' to='/support/donate' />
6565
<Redirect from='/donation' to='/support/donate' />
6666
<Redirect from='/faq' to='/about/faq' />
67+
<Redirect from='/home' to='/' />
6768
<Redirect from='/how' to='/join-index/how-to-add' />
6869
<Redirect from='/how-to' to='/join-index/how-to-add' />
6970
<Redirect from='/how-to-use' to='/join-index/how-to-add' />

0 commit comments

Comments
 (0)