完成Nuxt基本迁移

This commit is contained in:
Jeffrey Hsu 2024-11-17 13:17:47 +08:00
parent dce19e166c
commit f23408598f
3 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ export default defineNuxtConfig({
{name: 'charset', content: 'utf-8'},
{name: 'keywords', content: 'cantyonion, onion, 洋葱, 博客, 学习, 主页, index'},
{name: 'description', content: 'cantyonion的超级基地进来看看吧'},
],
link: [
{rel: 'icon', href: '/favicon.png'},
]
}
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB