We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9705815 commit b6a510bCopy full SHA for b6a510b
src/App.js
@@ -64,6 +64,7 @@ const App = () => {
64
<Redirect from='/donate' to='/support/donate' />
65
<Redirect from='/donation' to='/support/donate' />
66
<Redirect from='/faq' to='/about/faq' />
67
+ <Redirect from='/home' to='/' />
68
<Redirect from='/how' to='/join-index/how-to-add' />
69
<Redirect from='/how-to' to='/join-index/how-to-add' />
70
<Redirect from='/how-to-use' to='/join-index/how-to-add' />
0 commit comments