We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f9df9 commit d08ded1Copy full SHA for d08ded1
src/posts.js
@@ -1,3 +1,4 @@
1
+import _ from 'lodash'
2
import all from '../posts/*.md'
3
4
export const posts = _.chain(all) // begin a chain
0 commit comments