Fix adding logos

This commit is contained in:
Tiago Rangel
2025-01-14 19:32:07 +00:00
parent 1fb79e700b
commit 0339f7cb7e
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -15,6 +15,8 @@ export default defineConfig({
},
},
themeConfig: {
logo: '/logo.png',
editLink: {
pattern: 'https://github.com/tiagorangel1/cap/edit/main/docs/:path'
},
+4 -1
View File
@@ -7,7 +7,7 @@ hero:
text: "A modern, lightning-quick PoW captcha"
tagline: "Cap is the open-source & modern ReCAPTCHA alternative designed for speed. Lightweight, powerful, private and secure."
image:
src: /assets/logo.png
src: /logo.png
alt: VitePress
actions:
- theme: brand
@@ -16,6 +16,9 @@ hero:
- theme: alt
text: Demo
link: https://cap-starter.glitch.me/
- theme: alt
text: GitHub
link: https://github.com/tiagorangel1/cap
features:
- icon: ⚡️

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB