Fix adding logos
This commit is contained in:
@@ -15,6 +15,8 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
themeConfig: {
|
||||
logo: '/logo.png',
|
||||
|
||||
editLink: {
|
||||
pattern: 'https://github.com/tiagorangel1/cap/edit/main/docs/:path'
|
||||
},
|
||||
|
||||
+4
-1
@@ -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 |
Reference in New Issue
Block a user