mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
feat(cli): add site favicon template (#439)
This commit is contained in:
parent
8b9c50b0fe
commit
f81c011e6a
@ -20,6 +20,11 @@ export default defineUserConfig({
|
||||
description: '{{ siteDescription }}',
|
||||
{{/if}}
|
||||
|
||||
head: [
|
||||
// 配置站点图标
|
||||
['link', { rel: 'icon', type: 'image/png', href: 'https://theme-plume.vuejs.press/favicon-32x32.png' }],
|
||||
],
|
||||
|
||||
bundler: {{ bundler }}Bundler(),
|
||||
shouldPrefetch: false, // 站点较大,页面数量较多时,不建议启用
|
||||
|
||||
@ -180,6 +185,6 @@ export default defineUserConfig({
|
||||
* 加密功能
|
||||
* @see https://theme-plume.vuejs.press/guide/features/encryption/
|
||||
*/
|
||||
encrypt: {},
|
||||
// encrypt: {},
|
||||
}),
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user