We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c0bcc commit a1216b9Copy full SHA for a1216b9
1 file changed
.vitepress/config.mts
@@ -4,6 +4,7 @@ import { generateSidebar } from "./plugins/sidebar";
4
import { createAutoGeneratePostsPlugin } from "./plugins/posts";
5
6
const GOOGLE_ANALYTICS_ID = "G-3XM039P5E6";
7
+const NAVER_SITE_VERIFICATION_CODE = "596cb41268d676e378deaba826716cd18229d0b1";
8
9
// https://vitepress.dev/reference/site-config
10
export default defineConfig({
@@ -78,5 +79,12 @@ export default defineConfig({
78
79
gtag('config', '${GOOGLE_ANALYTICS_ID}');
80
`,
81
],
82
+ [
83
+ "meta",
84
+ {
85
+ name: "naver-site-verification",
86
+ content: NAVER_SITE_VERIFICATION_CODE,
87
+ },
88
+ ],
89
90
});
0 commit comments