Skip to content

Commit

Permalink
feat: SEO 컴포넌트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
wish-jang committed Feb 11, 2024
1 parent 27c14a5 commit 5c1cb0a
Show file tree
Hide file tree
Showing 10 changed files with 884 additions and 69 deletions.
4 changes: 3 additions & 1 deletion gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ dotenv.config({
const config: GatsbyConfig = {
siteMetadata: {
title: `dev-wish.com`,
description: "dev-wish.com",
description: "위시 장 기술 블로그",
image: `src/images/icon.png`,
siteUrl: "https://wish0ne.github.io/",
keywords: ["기술 블로그, 개발 블로그"],
},
// More easily incorporate content into your pages through automatic TypeScript type generation and better GraphQL IntelliSense.
// If you use VSCode you can also use the GraphQL plugin
Expand All @@ -20,6 +21,7 @@ const config: GatsbyConfig = {
"gatsby-plugin-emotion",
"gatsby-plugin-image",
"gatsby-plugin-sitemap",
"gatsby-plugin-robots-txt",
{
resolve: "gatsby-plugin-manifest",
options: {
Expand Down
Loading

0 comments on commit 5c1cb0a

Please sign in to comment.