We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe018c commit c56b4daCopy full SHA for c56b4da
.vitepress/config.mts
@@ -6,7 +6,7 @@ import { createAutoGeneratePostsPlugin } from "./plugins/posts";
6
const isProduction = process.env.NODE_ENV === "production";
7
8
const GOOGLE_ANALYTICS_ID = "G-3XM039P5E6";
9
-const NAVER_SITE_VERIFICATION_CODE = "596cb41268d676e378deaba826716cd18229d0b1";
+const NAVER_SITE_VERIFICATION_CODE = "db7f3601aa486190aa58c3e09dcd7f35a784543e";
10
11
// https://vitepress.dev/reference/site-config
12
export default defineConfig({
0 commit comments