Skip to content

Commit 92ae096

Browse files
committed
chore(docs): add logo
1 parent 27dd5aa commit 92ae096

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ export default defineConfig({
66
base: '/vue3-styled-components/',
77
title: 'Vue3 Styled Components',
88
description: 'A tool for css in js.',
9+
head: [['link', { rel: 'icon', href: '/vue3-styled-components/logo.png' }]],
910
themeConfig: {
11+
logo: '/logo.png',
1012
demoblock: {
1113
root: {
1214
'view-source': 'View source',

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ hero:
66
name: 'Styled Components'
77
text: 'A tool for css in js.'
88
tagline: Help you to develop your apps fastly!
9+
image:
10+
src: /logo.png
11+
alt: Vue3 Styled Components
912
actions:
1013
- theme: brand
1114
text: Get started

docs/public/logo.png

33.9 KB
Loading

0 commit comments

Comments
 (0)