diff options
Diffstat (limited to 'client/src/lib/app')
| -rw-r--r-- | client/src/lib/app/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/lib/app/index.js b/client/src/lib/app/index.js index 29a5bf9..77fd5d2 100644 --- a/client/src/lib/app/index.js +++ b/client/src/lib/app/index.js @@ -66,6 +66,9 @@ class App extends Component { <Route exact path='/' render={(props) => ( <Home /> )}/> + <Route path='/site.html' render={(props) => ( + <Home /> + )}/> <Route path='/timeline' render={(props) => { if (! this.visitedTimeline) { setTimeout(() => { |
