mirror of
https://github.com/handsomezhuzhu/handsomezhuzhu.github.io.git
synced 2026-02-20 20:00:14 +00:00
兼容数学公式
This commit is contained in:
@@ -20,6 +20,9 @@ export default defineConfig({
|
||||
title: 'SIMON BLOG',
|
||||
description: 'Simon的博客,基于 vitepress 实现',
|
||||
lastUpdated: true,
|
||||
markdown: {
|
||||
math: true
|
||||
},
|
||||
// 详见:https://vitepress.dev/zh/reference/site-config#head
|
||||
head: [
|
||||
// 配置网站的图标(显示在浏览器的 tab 上)
|
||||
@@ -37,6 +40,8 @@ export default defineConfig({
|
||||
sidebarMenuLabel: '相关文章',
|
||||
lastUpdatedText: '上次更新于',
|
||||
|
||||
|
||||
|
||||
// 设置logo
|
||||
logo: '/logo.jpg',
|
||||
// editLink: {
|
||||
@@ -59,3 +64,4 @@ export default defineConfig({
|
||||
]
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user