diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index 34aa551..5a03708 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -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' },