네이버 웹마스터 도구 연결

This commit is contained in:
2026-06-04 00:02:12 +09:00
parent 1f2cf0f948
commit 5a03518be9
+2
View File
@@ -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' },