Skip to content

Commit 130c170

Browse files
committed
update the site meta description
Signed-off-by: Keming <kemingyang@tensorchord.ai>
1 parent ce590b8 commit 130c170

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ export default defineConfig({
116116
})
117117
},
118118

119+
transformPageData: (pageData) => {
120+
return {
121+
description: 'envd | run code agent in the containers'
122+
}
123+
},
124+
119125
buildEnd: async ({ outDir }) => {
120126
const sitemap = new SitemapStream({
121127
hostname: siteHostName

0 commit comments

Comments
 (0)