升级:将 VitePress 版本升级为 v1.0.0-alpha.27(删除自定义 Badge 组件更换为官方全局组件,调整 cleanUrls 配置)

This commit is contained in:
2022-11-04 15:01:48 +08:00
parent 3e276eae12
commit 221baae8c7
27 changed files with 108 additions and 172 deletions

View File

@@ -11,8 +11,10 @@ export default withMermaid(
title: metaData.title,
description: metaData.description,
head, // <head>内标签配置
cleanUrls: 'without-subfolders',
lastUpdated: true, // 显示最后更新时间
head, // <head>内标签配置
markdown: markdown, // Markdown配置
themeConfig // 主题配置
})