Skip to content

Commit 8d18e2c

Browse files
committed
fix logo link, update logo png for site head icon.
1 parent 416f9be commit 8d18e2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ export default defineConfig({
44
title: 'JenesiusVueForm',
55
description: "Vue Form. Form system for Vue.",
66
head: [
7-
['link', { rel: 'icon', href: `./../images/logo.png` }]
7+
['link', { rel: 'icon', href: `/images/logo.png` }]
88
],
99
themeConfig: {
1010
nav: nav(),
1111
sidebar: sidebar(),
12-
logo: './../images/logo.svg',
12+
logo: '/images/logo.svg',
1313
socialLinks: [
1414
{ icon: 'github', link: 'https://github.com/Jenesius/vue-form' },
1515
],

docs/images/logo.png

847 Bytes
Loading

0 commit comments

Comments
 (0)