Skip to content

Commit dce2245

Browse files
author
Taylor Griffith
committed
missing return in config
1 parent bc782fa commit dce2245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function getPosts () {
4040
resolve(items)
4141
}
4242
})
43-
getFiles()
43+
return getFiles()
4444
}
4545

4646
export default {

0 commit comments

Comments
 (0)