增加favicon
This commit is contained in:
@@ -23,7 +23,13 @@ export default defineUserConfig({
|
|||||||
navbar: navbar_def,
|
navbar: navbar_def,
|
||||||
sidebar: sidebar_def,
|
sidebar: sidebar_def,
|
||||||
sidebarDepth: 4,
|
sidebarDepth: 4,
|
||||||
|
lastUpdated: false,
|
||||||
|
repo: "https://github.com/thejinchao/thejinchao.github.io",
|
||||||
|
colorMode: "light",
|
||||||
}),
|
}),
|
||||||
|
head:[
|
||||||
|
['link', { rel: 'icon', href: 'favicon.png' }]
|
||||||
|
],
|
||||||
lang : 'zh-CN',
|
lang : 'zh-CN',
|
||||||
title: '我的博客和笔记',
|
title: '我的博客和笔记',
|
||||||
description: '理性派,数学,物理,程序',
|
description: '理性派,数学,物理,程序',
|
||||||
|
|||||||
Reference in New Issue
Block a user