Fetch Articles from JSON blob

This commit is contained in:
Nick Pegg 2017-10-07 12:08:50 -07:00
parent 1554308f8a
commit 0968c22cf6
2 changed files with 79 additions and 22 deletions

View file

@ -38,7 +38,7 @@ class App extends Component {
{ /* Article routes */ }
<Route path="/page/:page" component={Articles} />
<Route path="/:year/:month/:title.html" component={RoutedArticle} />
<Route path="/:year/:month/:title" component={RoutedArticle} />
{ /* 404 fallback */ }
<Route component={FourOhFour} />