Skip to content

Commit c56b4da

Browse files
committed
chore: NAVER 사이트 검증 코드 업데이트
1 parent abe018c commit c56b4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { createAutoGeneratePostsPlugin } from "./plugins/posts";
66
const isProduction = process.env.NODE_ENV === "production";
77

88
const GOOGLE_ANALYTICS_ID = "G-3XM039P5E6";
9-
const NAVER_SITE_VERIFICATION_CODE = "596cb41268d676e378deaba826716cd18229d0b1";
9+
const NAVER_SITE_VERIFICATION_CODE = "db7f3601aa486190aa58c3e09dcd7f35a784543e";
1010

1111
// https://vitepress.dev/reference/site-config
1212
export default defineConfig({

0 commit comments

Comments
 (0)