升级:将 VitePress 版本升级为 v1.0.0-alpha.27(删除自定义 Badge 组件更换为官方全局组件,调整 cleanUrls 配置)
This commit is contained in:
@@ -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 // 主题配置
|
||||
})
|
||||
|
Reference in New Issue
Block a user