From 7ce1ffdf9d9d12fad4b97117eec2da29e66d3938 Mon Sep 17 00:00:00 2001 From: Shu Uesugi Date: Mon, 6 Apr 2020 20:16:26 -0700 Subject: [PATCH] Add key --- api-routes-starter/pages/index.js | 2 +- basics-final/pages/index.js | 2 +- dynamic-routes-starter/pages/index.js | 2 +- typescript-starter/pages/index.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api-routes-starter/pages/index.js b/api-routes-starter/pages/index.js index a71aeb6..31698c5 100644 --- a/api-routes-starter/pages/index.js +++ b/api-routes-starter/pages/index.js @@ -22,7 +22,7 @@ export default function Home({ allPostsData }) {

Blog