Skip to content

Commit 2f3a9a1

Browse files
committed
Add redirect from /home to /
1 parent 44fb481 commit 2f3a9a1

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
@@ -61,6 +61,7 @@ const App = () => {
6161
<Redirect from='/donate' to='/support/donate' />
6262
<Redirect from='/donation' to='/support/donate' />
6363
<Redirect from='/faq' to='/about/faq' />
64+
<Redirect from='/home' to='/' />
6465
<Redirect from='/how' to='/join-index/how-to-add' />
6566
<Redirect from='/how-to' to='/join-index/how-to-add' />
6667
<Redirect from='/how-to-use' to='/join-index/how-to-add' />

0 commit comments

Comments
 (0)