fix: logo.svg 路径

This commit is contained in:
Burt 2025-01-06 13:26:45 +08:00
parent 96b1e232e9
commit c7ad1dc7cd

View File

@ -8,7 +8,7 @@ const buildTime = dayjs().format('YYYY-MM-DD HH:mm:ss')
export default defineConfig({
lang: 'zh-CN',
base: '/',
title: 'unibest',
title: 'unibest 官方文档',
description: '最好用的 uniapp 开发模板',
lastUpdated: true,
cleanUrls: true,
@ -99,7 +99,7 @@ export default defineConfig({
},
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
logo: './logo.svg',
logo: '/logo.svg',
siteTitle: 'unibest',
nav: [
{