From 0b7d59646332a367bf84c628baea50fb5e932043 Mon Sep 17 00:00:00 2001 From: SoilZHu Date: Wed, 24 Sep 2025 19:06:27 +0800 Subject: [PATCH] feat: update description to include AI imagery --- .vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index b4b9e68..c4f477b 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -6,7 +6,7 @@ const { nav, sidebar } = generateNavAndSidebar(process.cwd()) export default defineConfig({ lang: 'zh-CN', title: 'CookLikeHOC', - description: '像老乡鸡那样做饭', + description: '像老乡鸡那样做饭,AI配图', lastUpdated: true, cleanUrls: true, themeConfig: {