fix: logo.svg 路径
This commit is contained in:
parent
96b1e232e9
commit
c7ad1dc7cd
@ -8,7 +8,7 @@ const buildTime = dayjs().format('YYYY-MM-DD HH:mm:ss')
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
lang: 'zh-CN',
|
lang: 'zh-CN',
|
||||||
base: '/',
|
base: '/',
|
||||||
title: 'unibest',
|
title: 'unibest 官方文档',
|
||||||
description: '最好用的 uniapp 开发模板',
|
description: '最好用的 uniapp 开发模板',
|
||||||
lastUpdated: true,
|
lastUpdated: true,
|
||||||
cleanUrls: true,
|
cleanUrls: true,
|
||||||
@ -99,7 +99,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
logo: './logo.svg',
|
logo: '/logo.svg',
|
||||||
siteTitle: 'unibest',
|
siteTitle: 'unibest',
|
||||||
nav: [
|
nav: [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user