Skip to content

Commit

Permalink
✨feat: 네이버 웹 마스터 도구에 사이트 등록을 위한 방식 변경 (#236)
Browse files Browse the repository at this point in the history
* 🔨fix: 네이버 웹마스터도구 소유 확인 방법 변경

메타 태그 방식은 소유확인이 되지 않아 변경

* ✨feat: favicon 위치 수정 및 절대경로로 변경

* ✨feat: robots.txt 파일 생성
  • Loading branch information
rkdcodus authored Jan 21, 2025
1 parent 1205001 commit f381e7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
6 changes: 1 addition & 5 deletions grass-diary/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./src/assets/icon/favicon.ico" />
<link rel="icon" href="/grass-diary/public/assets/favicon/favicon.ico" />
<link
rel="stylesheet"
as="style"
Expand Down Expand Up @@ -33,10 +33,6 @@
content="매일 꾸준한 기록으로 내적 성장을 도모하는 일기장, 다른 사람들의 일상을 공유하고 싶다면 잔디 일기에서 만나요"
/>
<meta property="og:url" content="https://grassdiary.site" />
<meta
name="naver-site-verification"
content="0e541e66b3ec0f514b36aed128bc0bc893191879"
/>
</head>
<body>
<div id="root"></div>
Expand Down
1 change: 1 addition & 0 deletions grass-diary/naver6a4d4d68e153e2fa39e3a150258add79.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
naver-site-verification: naver6a4d4d68e153e2fa39e3a150258add79.html
File renamed without changes.
2 changes: 2 additions & 0 deletions grass-diary/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Allow: /

0 comments on commit f381e7f

Please sign in to comment.