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 255c3a9 commit d1b56a6Copy full SHA for d1b56a6
src/App.js
@@ -65,6 +65,7 @@ const App = () => {
65
<Redirect from='/donate' to='/support/donate' />
66
<Redirect from='/donation' to='/support/donate' />
67
<Redirect from='/faq' to='/about/faq' />
68
+ <Redirect from='/home' to='/' />
69
<Redirect from='/how' to='/join-index/how-to-add' />
70
<Redirect from='/how-to' to='/join-index/how-to-add' />
71
<Redirect from='/how-to-use' to='/join-index/how-to-add' />
0 commit comments