From 7003ab0296bd2e81b267f18d5892cdc2ece4e541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E6=99=93=E9=94=8B?= Date: Sun, 21 Jul 2024 11:17:41 +0800 Subject: [PATCH] =?UTF-8?q?config=F0=9F=94=A7:=20=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.mts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index b48fa98..aa1528e 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -13,7 +13,17 @@ export default defineConfig({ title: "码上秃的博客", description: "我的网站", base: "/", - head: [["link", { rel: "icon", href: "/logo.awebp" }]], + head: [ + ["link", { rel: "icon", href: "/logo.awebp" }], + // + [ + "meta", + { + name: "baidu-site-verification", + content: "codeva-ypCbR4Xoyf", + }, + ], + ], themeConfig: { logo: "/logo.awebp", search: {