Skip to content

Commit 71a9159

Browse files
committed
fix: broken logo url
1 parent 7e0a5d9 commit 71a9159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vuepress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default defineUserConfig({
2828
'./.vuepress/clientAppEnhance.ts'
2929
),
3030
theme: defaultTheme({
31-
logo: 'https://cdn.jsdelivr.net/gh/chengpeiquan/learning-vue3@gh-pages/assets/img/vue3.png',
31+
logo: 'https://vue3.chengpeiquan.com/assets/img/vue3.png',
3232
navbar: [
3333
{
3434
text: '博客首页',

0 commit comments

Comments
 (0)