Skip to content

Commit

Permalink
Add tabName
Browse files Browse the repository at this point in the history
  • Loading branch information
herohoro committed Dec 29, 2021
1 parent eb50b3d commit 1122850
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/posts/first-post.js
@@ -1,7 +1,11 @@
import Head from 'next/head'
import Link from 'next/link'
export default function FirstPost() {
return(
<>
<Head>
<title>First Post</title>
</Head>
<h1>First Post</h1>
<h2>
<Link href="/">
Expand Down

1 comment on commit 1122850

@herohoro
Copy link
Owner Author

@herohoro herohoro commented on 1122850 Dec 30, 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.