mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-27 09:50:57 +00:00
docs: vuepress构建文档
This commit is contained in:
@ -11,7 +11,15 @@ export default defineUserConfig({
|
||||
head: [
|
||||
// 设置 favor.ico,.vuepress/public 下
|
||||
[
|
||||
'link', {rel: 'icon', href: 'https://cdn.liteyuki.icu/favicon.ico'}
|
||||
'link', {rel: 'icon', href: 'https://cdn.liteyuki.icu/favicon.ico'},
|
||||
|
||||
],
|
||||
[
|
||||
"meta",
|
||||
{
|
||||
name: "viewport",
|
||||
content: "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no",
|
||||
},
|
||||
]
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user