Skip to content

Commit cda0a49

Browse files
committed
Update index.tsx
1 parent ce2ceb8 commit cda0a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export default BlogIndex
242242
*
243243
* See: https://www.gatsbyjs.com/docs/reference/built-in-components/gatsby-head/
244244
*/
245-
export const Head = () => <Seo title="모든 포스트" />
245+
export const Head = () => <Seo title="Home" />
246246

247247
export const pageQuery = graphql`
248248
{

0 commit comments

Comments
 (0)