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 f7c891c commit 1c66204Copy full SHA for 1c66204
src/App.js
@@ -117,6 +117,7 @@ const App = () => {
117
<Redirect from='/donate' to='/support/donate' />
118
<Redirect from='/donation' to='/support/donate' />
119
<Redirect from='/faq' to='/about/faq' />
120
+ <Redirect from='/home' to='/' />
121
<Redirect from='/how' to='/join-index/how-to-add' />
122
<Redirect from='/how-to' to='/join-index/how-to-add' />
123
<Redirect from='/how-to-use' to='/join-index/how-to-add' />
0 commit comments