네이버 웹마스터 도구 연결
This commit is contained in:
@@ -39,6 +39,8 @@ export default defineNuxtConfig({
|
||||
// SEO 전역 기본값 (페이지별 값은 useSeo 컴포저블이 덮어씀)
|
||||
{ name: 'theme-color', content: '#3556b0' },
|
||||
{ name: 'format-detection', content: 'telephone=no' },
|
||||
// 네이버 웹마스터 도구 사이트 소유 확인
|
||||
{ name: 'naver-site-verification', content: '0aa189f30a54bf059188bc0b709c3529ad609a3d' },
|
||||
{ property: 'og:site_name', content: '이너탭 innertab' },
|
||||
{ property: 'og:type', content: 'website' },
|
||||
{ property: 'og:locale', content: 'ko_KR' },
|
||||
|
||||
Reference in New Issue
Block a user