feat: 添加favicon

This commit is contained in:
ZiuChen 2023-01-11 15:05:15 +08:00
parent ca7817f499
commit 35c5db01d8

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
},