From 6d86b00c2628624a31429c5e7308402140892fc6 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 28 Jun 2018 13:24:06 -0400 Subject: [PATCH] move file --- routes/{blog.json.js => blog/index.json.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename routes/{blog.json.js => blog/index.json.js} (85%) diff --git a/routes/blog.json.js b/routes/blog/index.json.js similarity index 85% rename from routes/blog.json.js rename to routes/blog/index.json.js index 0556da5..bfd9389 100644 --- a/routes/blog.json.js +++ b/routes/blog/index.json.js @@ -1,4 +1,4 @@ -import posts from './blog/_posts.js'; +import posts from './_posts.js'; const contents = JSON.stringify(posts.map(post => { return {