Skip to content

Commit 2b26c94

Browse files
committed
Add redirect from /home to /
1 parent 18de92f commit 2b26c94

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
@@ -125,6 +125,7 @@ const App = () => {
125125
<Redirect from='/donate' to='/radical-collaboration/donate' />
126126
<Redirect from='/donation' to='/radical-collaboration/donate' />
127127
<Redirect from='/faq' to='/about/faq' />
128+
<Redirect from='/home' to='/' />
128129
<Redirect from='/how' to='/join-index/how-to-add' />
129130
<Redirect from='/how-to' to='/join-index/how-to-add' />
130131
<Redirect from='/how-to-use' to='/join-index/how-to-add' />

0 commit comments

Comments
 (0)