feat: 添加favicon

This commit is contained in:
ZiuChen 2023-01-11 15:05:15 +08:00
parent 517c747226
commit 10b80e1977

View File

@ -5,6 +5,7 @@ export default defineConfig({
description: 'Unlimited Progress.',
ignoreDeadLinks: true,
lastUpdated: true,
head: [['link', { rel: 'icon', href: '/logo.png' }]],
markdown: {
lineNumbers: true
},