Skip to content

Commit

Permalink
Google Search Console 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pej4303 committed Aug 26, 2024
1 parent 3a30442 commit 43a5bdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/seo/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ const Seo = ({ title, description}) => {
property: "og:type",
content: "website",
},
// 2024.08.26 : Google Search Console 추가
{
name: "google-site-verification",
content: "2GoD2RBgaJZeht0kwZqURweK_xBuJ8RjwjWzr2td0zY",
},
]}
/>
)
Expand Down

0 comments on commit 43a5bdb

Please sign in to comment.