summaryrefslogtreecommitdiff
path: root/client/src/lib/app/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-02 11:56:50 -0400
committerJules Laplace <julescarbon@gmail.com>2017-06-02 11:56:50 -0400
commitf148ecd6dffb0e631ae084b96b09a45119007a76 (patch)
tree0e9c07fb1c64c43496996ab01bbf941bf96e22e8 /client/src/lib/app/index.js
parentb6cd10f8fd0bb372fba03a7101316cf1bcf0aa26 (diff)
rebuild
Diffstat (limited to 'client/src/lib/app/index.js')
-rw-r--r--client/src/lib/app/index.js3
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(() => {