diff --git a/docs/src/.vuepress/config.ts b/docs/src/.vuepress/config.ts index fabfbe01..0d2ae003 100644 --- a/docs/src/.vuepress/config.ts +++ b/docs/src/.vuepress/config.ts @@ -13,6 +13,7 @@ config({ path: resolve(__dirname, '.env') }) export default defineUserConfig({ title: 'Vue Flow', + description: 'Visualize your ideas with Vue Flow, a highly customizable Vue3 Flowchart library.', head: head as HeadConfig[], bundler: '@vuepress/bundler-vite',