Skip to content

Commit 44ea90f

Browse files
committed
chore: update logo
1 parent dcb65ec commit 44ea90f

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

docs/.vitepress/config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ import vueJsxVapor from 'vue-jsx-vapor/volar'
77
export default defineConfig({
88
title: 'Vue JSX Vapor',
99
description: 'Vue JSX Vapor',
10+
head: [['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' }]],
1011
themeConfig: {
1112
// https://vitepress.dev/reference/default-theme-config
12-
logo: '/logo.png',
13+
logo: '/logo.svg',
1314
nav: [
1415
{ text: 'Home', link: '/' },
1516
{ text: 'Features', link: '/features/directives' },

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hero:
77
text: "Type-safe, Improve DX, High Performance"
88
tagline: Supports Vapor mode, all build-in directives and most macros of Vue.
99
image:
10-
src: /logo.png
10+
src: /logo.svg
1111
alt: Vue JSX Vapor
1212
actions:
1313
- theme: brand

docs/public/logo.png

-14.8 KB
Binary file not shown.

docs/public/logo.svg

Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)