Skip to content

Commit

Permalink
Fixed bug in sample, due to a breaking change in the engine configura…
Browse files Browse the repository at this point in the history
…tion.
  • Loading branch information
marcells committed Sep 20, 2014
1 parent dfb4847 commit 6d849ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/expressjs/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ engine.extendWith(require('bloggy-query'));
engine.extendWith(require('bloggy-marked'));

engine.setup({
baseDirectory: path.join(__dirname, 'content'),
baseDirectories: [path.join(__dirname, 'content')],
entryUrl: 'http://localhost:' + app.get('port') + '/blog/{slug}'
});

Expand Down

0 comments on commit 6d849ae

Please sign in to comment.