Skip to content

Commit 1c66204

Browse files
committed
Add redirect from /home to /
1 parent f7c891c commit 1c66204

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
@@ -117,6 +117,7 @@ const App = () => {
117117
<Redirect from='/donate' to='/support/donate' />
118118
<Redirect from='/donation' to='/support/donate' />
119119
<Redirect from='/faq' to='/about/faq' />
120+
<Redirect from='/home' to='/' />
120121
<Redirect from='/how' to='/join-index/how-to-add' />
121122
<Redirect from='/how-to' to='/join-index/how-to-add' />
122123
<Redirect from='/how-to-use' to='/join-index/how-to-add' />

0 commit comments

Comments
 (0)