Skip to content

Commit

Permalink
Headコンポーネント追加
Browse files Browse the repository at this point in the history
  • Loading branch information
koma0504 committed Apr 6, 2021
1 parent f2cfaa8 commit 73e9dce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
// pages/index.js
import Link from 'next/link';
import Head from 'next/head';

export default function Home({ blog }) {
console.log(blog)
return (
<div>
<Head>
<title>My page title</title>
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
</Head>
<header>header</header>
<ul>
{blog.map(blog => (
Expand Down

1 comment on commit 73e9dce

@vercel
Copy link

@vercel vercel bot commented on 73e9dce Apr 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.