chore(docs): add description to config

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 5e0128c5f1
commit d1a9abbf6f
+1
View File
@@ -13,6 +13,7 @@ config({ path: resolve(__dirname, '.env') })
export default defineUserConfig<DefaultThemeOptions>({
title: 'Vue Flow',
description: 'Visualize your ideas with Vue Flow, a highly customizable Vue3 Flowchart library.',
head: head as HeadConfig[],
bundler: '@vuepress/bundler-vite',