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 ea54a7b commit f8d0aeeCopy full SHA for f8d0aee
netlify/functions/getPosts.js
@@ -10,7 +10,7 @@ exports.handler = async function(){
10
11
var posts = '';
12
files.map(file => {
13
- posts += postsDir + file + "\n"
+ posts += postsDir + "/" + file + "\n"
14
});
15
16
return {
0 commit comments