From 5a03518be93541e6f620d6611fc655f46428307b Mon Sep 17 00:00:00 2001 From: TtiPo Date: Thu, 4 Jun 2026 00:02:12 +0900 Subject: [PATCH] =?UTF-8?q?=EB=84=A4=EC=9D=B4=EB=B2=84=20=EC=9B=B9?= =?UTF-8?q?=EB=A7=88=EC=8A=A4=ED=84=B0=20=EB=8F=84=EA=B5=AC=20=EC=97=B0?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/nuxt.config.ts | 2 ++ 1 file changed, 2 insertions(+) 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' },